#663705

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

Shades of Baker's Chocolate #663705

Tints of Baker's Chocolate #663705

Color information

#663705 (or 0x663705) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 37 and 05. RGB value is (102,55,5). Sum of RGB (Red+Green+Blue) = 102+55+5=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #663705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663705 is #99C8FA. Grayscale: #3F3F3F. Windows color (decimal): -10078459 or 341862. OLE color: 341862.

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

Color convert

RGB102555-
CMYK00.460.950.6
HSL30.93º90.65%20.98%-
HSV(B)30.93º95.1%40%-
XYZ6.875.570.86-
YUV63.3595.07155.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=62.96%
G=33.95%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10255500.460.950.630.9390.6520.98
Hex6637502E5F3C1f5b15
Octal146675056137743713325
Binary11001101101111010101110101111111110011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663705; }

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

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

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

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

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

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

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

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