#661D05

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

Shades of Baker's Chocolate #661D05

Tints of Baker's Chocolate #661D05

Color information

#661D05 (or 0x661D05) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 1D and 05. RGB value is (102,29,5). Sum of RGB (Red+Green+Blue) = 102+29+5=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #661D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D05 is #99E2FA. Grayscale: #303030. Windows color (decimal): -10085115 or 335206. OLE color: 335206.

HSL color Cylindrical-coordinate representation of color #661D05: hue angle of 14.85º 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 #661D05 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB102295-
CMYK00.720.950.6
HSL14.85º90.65%20.98%-
HSV(B)14.85º95.1%40%-
XYZ5.953.710.55-
YUV48.09103.68166.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=75%
G=21.32%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10229500.720.950.614.8590.6520.98
Hex661D50485F3Cf5b15
Octal1463550110137741713325
Binary1100110111011010100100010111111111001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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