#661E05

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

Shades of Baker's Chocolate #661E05

Tints of Baker's Chocolate #661E05

Color information

#661E05 (or 0x661E05) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 1E and 05. RGB value is (102,30,5). Sum of RGB (Red+Green+Blue) = 102+30+5=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #661E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E05 is #99E1FA. Grayscale: #303030. Windows color (decimal): -10084859 or 335462. OLE color: 335462.

HSL color Cylindrical-coordinate representation of color #661E05: hue angle of 15.46º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #661E05 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB102305-
CMYK00.710.950.6
HSL15.46º90.65%20.98%-
HSV(B)15.46º95.1%40%-
XYZ5.973.760.56-
YUV48.68103.35166.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=74.45%
G=21.90%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10230500.710.950.615.4690.6520.98
Hex661E50475F3Cf5b15
Octal1463650107137741713325
Binary1100110111101010100011110111111111001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,30,5); }

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

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

 a { background-color: rgb(102,30,5); }

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

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

 span { border-color: rgb(102,30,5); }

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