#663A0E

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

Shades of Baker's Chocolate #663A0E

Tints of Baker's Chocolate #663A0E

Color information

#663A0E (or 0x663A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 3A and 0E. RGB value is (102,58,14). Sum of RGB (Red+Green+Blue) = 102+58+14=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A0E is #99C5F1. Grayscale: #424242. Windows color (decimal): -10077682 or 932454. OLE color: 932454.

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

Color convert

RGB1025814-
CMYK00.430.860.6
HSL30º75.86%22.75%-
HSV(B)30º86.27%40%-
XYZ7.075.881.18-
YUV66.1498.58153.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=58.62%
G=33.33%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102581400.430.860.63075.8622.75
Hex663AE02B563C1e4c17
Octal1467216053126743611427
Binary110011011101011100101011101011011110011110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A0E; }

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

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

<style>
 a { background-color: #663A0E; }

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

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

<style>
 span { border-color: #663A0E; }

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

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