Html Css Color HEX #662B17 Baker's Chocolate

📋 copy color: '#662B17'

red 102 ◦ green 43 ◦ blue 23

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

Shades of Baker's Chocolate #662B17

Tints of Baker's Chocolate #662B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.6%

 BLUE value IS 23 (9.38% from 255) = 13.69%

R = 60.71%
G = 25.6%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#662B17 (or 0x662B17) is known color: Baker's Chocolate. HEX triplet: 66, 2B and 17. RGB value is (102,43,23). Sum of RGB (Red+Green+Blue) = 102+43+23=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662B17 is #99D4E8. Grayscale: #3A3A3A. Windows color (decimal): -10081513 or 1518438. OLE color: 1518438.

HSL color Cylindrical-coordinate representation of color #662B17: hue angle of 15.19º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662B17 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 43 23 -
CMYK 0 0.58 0.77 0.6
HSL 15.19º 0.63% 0.25% -
HSV(B) 15.19º 0.77% 0.4% -
XYZ 6.5 4.61 1.36 -
YUV 58.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 102 43 23 0 0.58 0.77 0.6 15.19 0.63 0.25
Hex 66 2B 17 0 3A 4D 3C F 3F 19
Octal 146 53 27 0 72 115 74 17 77 31
Binary 1100110 101011 10111 0 111010 1001101 111100 1111 111111 11001

Color Harmonies of #662B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662B17

Black with #662B17

Text Example


Text Example

White with #662B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662B17; }

 p { color: rgb(102,43,23); }

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

background-color css

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

 a { background-color: rgb(102,43,23); }

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

border-color css

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

 span { border-color: rgb(102,43,23); }

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