Html Css Color HEX #662E15 Baker's Chocolate

📋 copy color: '#662E15'

red 102 ◦ green 46 ◦ blue 21

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

Shades of Baker's Chocolate #662E15

Tints of Baker's Chocolate #662E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

 BLUE value IS 21 (8.59% from 255) = 12.43%

R = 60.36%
G = 27.22%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#662E15 (or 0x662E15) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 15. RGB value is (102,46,21). Sum of RGB (Red+Green+Blue) = 102+46+21=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #662E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E15 is #99D1EA. Grayscale: #3C3C3C. Windows color (decimal): -10080747 or 1388134. OLE color: 1388134.

HSL color Cylindrical-coordinate representation of color #662E15: hue angle of 18.52º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662E15 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 46 21 -
CMYK 0 0.55 0.79 0.6
HSL 18.52º 0.66% 0.24% -
HSV(B) 18.52º 0.79% 0.4% -
XYZ 6.59 4.83 1.29 -
YUV 59.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 102 46 21 0 0.55 0.79 0.6 18.52 0.66 0.24
Hex 66 2E 15 0 37 4F 3C 13 42 18
Octal 146 56 25 0 67 117 74 23 102 30
Binary 1100110 101110 10101 0 110111 1001111 111100 10011 1000010 11000

Color Harmonies of #662E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662E15

Black with #662E15

Text Example


Text Example

White with #662E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,46,21); }

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

background-color css

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

 a { background-color: rgb(102,46,21); }

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

border-color css

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

 span { border-color: rgb(102,46,21); }

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