Html Css Color HEX #662000 Baker's Chocolate

📋 copy color: '#662000'

red 102 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #662000

Tints of Baker's Chocolate #662000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 76.12%
G = 23.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#662000 (or 0x662000) is known color: Baker's Chocolate. HEX triplet: 66, 20 and 00. RGB value is (102,32,0). Sum of RGB (Red+Green+Blue) = 102+32+0=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #662000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662000 is #99DFFF. Grayscale: #313131. Windows color (decimal): -10084352 or 8294. OLE color: 8294.

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

Color convert

RGB 102 32 0 -
CMYK 0 0.69 1 0.6
HSL 18.82º 1% 0.2% -
HSV(B) 18.82º 1% 0.4% -
XYZ 6 3.86 0.43 -
YUV 49.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 102 32 0 0 0.69 1 0.6 18.82 1 0.2
Hex 66 20 0 0 45 64 3C 13 64 14
Octal 146 40 0 0 105 144 74 23 144 24
Binary 1100110 100000 0 0 1000101 1100100 111100 10011 1100100 10100

Color Harmonies of #662000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662000

Black with #662000

Text Example


Text Example

White with #662000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662000; }

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

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

background-color css

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

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

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

border-color css

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

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

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