Html Css Color HEX #66380E Baker's Chocolate

📋 copy color: '#66380E'

red 102 ◦ green 56 ◦ blue 14

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

Shades of Baker's Chocolate #66380E

Tints of Baker's Chocolate #66380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 59.3%
G = 32.56%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66380E (or 0x66380E) is known color: Baker's Chocolate. HEX triplet: 66, 38 and 0E. RGB value is (102,56,14). Sum of RGB (Red+Green+Blue) = 102+56+14=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66380E is #99C7F1. Grayscale: #414141. Windows color (decimal): -10078194 or 931942. OLE color: 931942.

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

Color convert

RGB 102 56 14 -
CMYK 0 0.45 0.86 0.6
HSL 28.64º 0.76% 0.23% -
HSV(B) 28.64º 0.86% 0.4% -
XYZ 6.97 5.68 1.15 -
YUV 64.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 102 56 14 0 0.45 0.86 0.6 28.64 0.76 0.23
Hex 66 38 E 0 2D 56 3C 1D 4C 17
Octal 146 70 16 0 55 126 74 35 114 27
Binary 1100110 111000 1110 0 101101 1010110 111100 11101 1001100 10111

Color Harmonies of #66380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66380E

Black with #66380E

Text Example


Text Example

White with #66380E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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