#66340E

Color #66340E Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #66340E

Tints of Baker's Chocolate #66340E

Color information

#66340E (or 0x66340E) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 34 and 0E. RGB value is (102,52,14). Sum of RGB (Red+Green+Blue) = 102+52+14=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66340E is #99CBF1. Grayscale: #3E3E3E. Windows color (decimal): -10079218 or 930918. OLE color: 930918.

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

Color convert

RGB1025214-
CMYK00.490.860.6
HSL25.91º75.86%22.75%-
HSV(B)25.91º86.27%40%-
XYZ6.795.311.08-
YUV62.62100.56156.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=60.71%
G=30.95%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102521400.490.860.625.9175.8622.75
Hex6634E031563C1a4c17
Octal1466416061126743211427
Binary110011011010011100110001101011011110011010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66340E;
 }
 .AnyTagClassName
 {
   color: #66340E;
 }
</style>
background-color css

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

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

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

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

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

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