Html Css Color HEX #662400 Baker's Chocolate

📋 copy color: '#662400'

red 102 ◦ green 36 ◦ blue 0

#662400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #662400

Tints of Baker's Chocolate #662400

RGB

 RED value IS 102 (40.23% from 255) = 73.91%

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.91%
G = 26.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#662400 (or 0x662400) is known color: Baker's Chocolate. HEX triplet: 66, 24 and 00. RGB value is (102,36,0). Sum of RGB (Red+Green+Blue) = 102+36+0=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #662400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662400 is #99DBFF. Grayscale: #333333. Windows color (decimal): -10083328 or 9318. OLE color: 9318.

HSL color Cylindrical-coordinate representation of color #662400: hue angle of 21.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #662400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 36 0 -
CMYK 0 0.65 1 0.6
HSL 21.18º 1% 0.2% -
HSV(B) 21.18º 1% 0.4% -
XYZ 6.11 4.09 0.47 -
YUV 51.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 102 36 0 0 0.65 1 0.6 21.18 1 0.2
Hex 66 24 0 0 41 64 3C 15 64 14
Octal 146 44 0 0 101 144 74 25 144 24
Binary 1100110 100100 0 0 1000001 1100100 111100 10101 1100100 10100

Color Harmonies of #662400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662400

Black with #662400

Text Example


Text Example

White with #662400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662400; }

 p { color: rgb(102,36,0); }

 H1.HeaderClassName
 {
   color: #662400;
 }
 .AnyTagClassName
 {
   color: #662400;
 }
</style>

background-color css

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

 a { background-color: rgb(102,36,0); }

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

border-color css

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

 span { border-color: rgb(102,36,0); }

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