#663614

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

Shades of Baker's Chocolate #663614

Tints of Baker's Chocolate #663614

Color information

#663614 (or 0x663614) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 36 and 14. RGB value is (102,54,20). Sum of RGB (Red+Green+Blue) = 102+54+20=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #663614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663614 is #99C9EB. Grayscale: #404040. Windows color (decimal): -10078700 or 1324646. OLE color: 1324646.

HSL color Cylindrical-coordinate representation of color #663614: hue angle of 24.88º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #663614 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1025420-
CMYK00.470.800.6
HSL24.88º67.21%23.92%-
HSV(B)24.88º80.39%40%-
XYZ6.925.511.36-
YUV64.48102.9154.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=57.95%
G=30.68%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102542000.470.800.624.8867.2123.92
Hex66361402F503C194318
Octal1466624057120743110330
Binary1100110110110101000101111101000011110011001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663614; }

 p { color: rgb(102,54,20); }

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

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

 a { background-color: rgb(102,54,20); }

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

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

 span { border-color: rgb(102,54,20); }

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