#661B01

Color #661B01 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #661B01

Tints of Baker's Chocolate #661B01

Color information

#661B01 (or 0x661B01) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 1B and 01. RGB value is (102,27,1). Sum of RGB (Red+Green+Blue) = 102+27+1=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #661B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B01 is #99E4FE. Grayscale: #2E2E2E. Windows color (decimal): -10085631 or 72550. OLE color: 72550.

HSL color Cylindrical-coordinate representation of color #661B01: hue angle of 15.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #661B01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102271-
CMYK00.740.990.6
HSL15.45º98.06%20.2%-
HSV(B)15.45º99.02%40%-
XYZ5.883.610.42-
YUV46.46102.35167.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 78.46%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=78.46%
G=20.77%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10227100.740.990.615.4598.0620.2
Hex661B104A633Cf6214
Octal1463310112143741714224
Binary11001101101110100101011000111111001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661B01; }

 p { color: rgb(102,27,1); }

 H1.HeaderClassName
 {
   color: #661B01;
 }
 .AnyTagClassName
 {
   color: #661B01;
 }
</style>
background-color css

<style>
 a { background-color: #661B01; }

 a { background-color: rgb(102,27,1); }

 div.DivClassName
 {
   background-color: #661B01;
 }
 .BgClassName
 {
   background-color: #661B01;
 }
</style>
border-color css

<style>
 span { border-color: #661B01; }

 span { border-color: rgb(102,27,1); }

 td.TdClassName
 {
   border-color: #661B01;
 }
 .TagClassName
 {
   border-color: #661B01;
 }
</style>