Html Css Color HEX #66371B Baker's Chocolate

📋 copy color: '#66371B'

red 102 ◦ green 55 ◦ blue 27

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

Shades of Baker's Chocolate #66371B

Tints of Baker's Chocolate #66371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 55.43%
G = 29.89%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#66371B (or 0x66371B) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 1B. RGB value is (102,55,27). Sum of RGB (Red+Green+Blue) = 102+55+27=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66371B is #99C8E4. Grayscale: #424242. Windows color (decimal): -10078437 or 1783654. OLE color: 1783654.

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

Color convert

RGB 102 55 27 -
CMYK 0 0.46 0.74 0.6
HSL 22.4º 0.58% 0.25% -
HSV(B) 22.4º 0.74% 0.4% -
XYZ 7.04 5.64 1.75 -
YUV 65.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 102 55 27 0 0.46 0.74 0.6 22.4 0.58 0.25
Hex 66 37 1B 0 2E 4A 3C 16 3A 19
Octal 146 67 33 0 56 112 74 26 72 31
Binary 1100110 110111 11011 0 101110 1001010 111100 10110 111010 11001

Color Harmonies of #66371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66371B

Black with #66371B

Text Example


Text Example

White with #66371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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