Html Css Color HEX #66330E Baker's Chocolate

📋 copy color: '#66330E'

red 102 ◦ green 51 ◦ blue 14

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

Shades of Baker's Chocolate #66330E

Tints of Baker's Chocolate #66330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 61.08%
G = 30.54%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66330E (or 0x66330E) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 0E. RGB value is (102,51,14). Sum of RGB (Red+Green+Blue) = 102+51+14=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66330E is #99CCF1. Grayscale: #3E3E3E. Windows color (decimal): -10079474 or 930662. OLE color: 930662.

HSL color Cylindrical-coordinate representation of color #66330E: hue angle of 25.23º 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 #66330E is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 14 -
CMYK 0 0.5 0.86 0.6
HSL 25.23º 0.76% 0.23% -
HSV(B) 25.23º 0.86% 0.4% -
XYZ 6.74 5.22 1.07 -
YUV 62.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 102 51 14 0 0.5 0.86 0.6 25.23 0.76 0.23
Hex 66 33 E 0 32 56 3C 19 4C 17
Octal 146 63 16 0 62 126 74 31 114 27
Binary 1100110 110011 1110 0 110010 1010110 111100 11001 1001100 10111

Color Harmonies of #66330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66330E

Black with #66330E

Text Example


Text Example

White with #66330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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