Html Css Color HEX #66370E Baker's Chocolate

📋 copy color: '#66370E'

red 102 ◦ green 55 ◦ blue 14

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

Shades of Baker's Chocolate #66370E

Tints of Baker's Chocolate #66370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 59.65%
G = 32.16%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66370E (or 0x66370E) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 0E. RGB value is (102,55,14). Sum of RGB (Red+Green+Blue) = 102+55+14=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #66370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66370E is #99C8F1. Grayscale: #404040. Windows color (decimal): -10078450 or 931686. OLE color: 931686.

HSL color Cylindrical-coordinate representation of color #66370E: hue angle of 27.95º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66370E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 55 14 -
CMYK 0 0.46 0.86 0.6
HSL 27.95º 0.76% 0.23% -
HSV(B) 27.95º 0.86% 0.4% -
XYZ 6.92 5.59 1.13 -
YUV 64.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 102 55 14 0 0.46 0.86 0.6 27.95 0.76 0.23
Hex 66 37 E 0 2E 56 3C 1C 4C 17
Octal 146 67 16 0 56 126 74 34 114 27
Binary 1100110 110111 1110 0 101110 1010110 111100 11100 1001100 10111

Color Harmonies of #66370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66370E

Black with #66370E

Text Example


Text Example

White with #66370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66370E; }

 p { color: rgb(102,55,14); }

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

background-color css

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

 a { background-color: rgb(102,55,14); }

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

border-color css

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

 span { border-color: rgb(102,55,14); }

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