#663601

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

Shades of Baker's Chocolate #663601

Tints of Baker's Chocolate #663601

Color information

#663601 (or 0x663601) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 36 and 01. RGB value is (102,54,1). Sum of RGB (Red+Green+Blue) = 102+54+1=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #663601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663601 is #99C9FE. Grayscale: #3E3E3E. Windows color (decimal): -10078719 or 79462. OLE color: 79462.

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

Color convert

RGB102541-
CMYK00.470.990.6
HSL31.49º98.06%20.2%-
HSV(B)31.49º99.02%40%-
XYZ6.85.470.73-
YUV62.3193.4156.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=64.97%
G=34.39%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10254100.470.990.631.4998.0620.2
Hex6636102F633C1f6214
Octal146661057143743714224
Binary110011011011010101111110001111110011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663601; }

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

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

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

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

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

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

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

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