Html Css Color HEX #66390E Baker's Chocolate

📋 copy color: '#66390E'

red 102 ◦ green 57 ◦ blue 14

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

Shades of Baker's Chocolate #66390E

Tints of Baker's Chocolate #66390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

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

R = 58.96%
G = 32.95%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66390E (or 0x66390E) is known color: Baker's Chocolate. HEX triplet: 66, 39 and 0E. RGB value is (102,57,14). Sum of RGB (Red+Green+Blue) = 102+57+14=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #66390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66390E is #99C6F1. Grayscale: #414141. Windows color (decimal): -10077938 or 932198. OLE color: 932198.

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

Color convert

RGB 102 57 14 -
CMYK 0 0.44 0.86 0.6
HSL 29.32º 0.76% 0.23% -
HSV(B) 29.32º 0.86% 0.4% -
XYZ 7.02 5.78 1.16 -
YUV 65.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 102 57 14 0 0.44 0.86 0.6 29.32 0.76 0.23
Hex 66 39 E 0 2C 56 3C 1D 4C 17
Octal 146 71 16 0 54 126 74 35 114 27
Binary 1100110 111001 1110 0 101100 1010110 111100 11101 1001100 10111

Color Harmonies of #66390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66390E

Black with #66390E

Text Example


Text Example

White with #66390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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