Html Css Color HEX #662600 Baker's Chocolate

📋 copy color: '#662600'

red 102 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #662600

Tints of Baker's Chocolate #662600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 72.86%
G = 27.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#662600 (or 0x662600) is known color: Baker's Chocolate. HEX triplet: 66, 26 and 00. RGB value is (102,38,0). Sum of RGB (Red+Green+Blue) = 102+38+0=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #662600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662600 is #99D9FF. Grayscale: #353535. Windows color (decimal): -10082816 or 9830. OLE color: 9830.

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

Color convert

RGB 102 38 0 -
CMYK 0 0.63 1 0.6
HSL 22.35º 1% 0.2% -
HSV(B) 22.35º 1% 0.4% -
XYZ 6.17 4.21 0.49 -
YUV 52.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 102 38 0 0 0.63 1 0.6 22.35 1 0.2
Hex 66 26 0 0 3F 64 3C 16 64 14
Octal 146 46 0 0 77 144 74 26 144 24
Binary 1100110 100110 0 0 111111 1100100 111100 10110 1100100 10100

Color Harmonies of #662600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662600

Black with #662600

Text Example


Text Example

White with #662600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662600; }

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

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

background-color css

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

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

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

border-color css

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

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

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