#6A3604

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

Shades of Baker's Chocolate #6A3604

Tints of Baker's Chocolate #6A3604

Color information

#6A3604 (or 0x6A3604) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 36 and 04. RGB value is (106,54,4). Sum of RGB (Red+Green+Blue) = 106+54+4=164 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.63% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3604 is #95C9FB. Grayscale: #404040. Windows color (decimal): -9816572 or 276074. OLE color: 276074.

HSL color Cylindrical-coordinate representation of color #6A3604: hue angle of 29.41º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A3604 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB106544-
CMYK00.490.960.58
HSL29.41º92.73%21.57%-
HSV(B)29.41º96.23%41.57%-
XYZ7.285.710.83-
YUV63.8594.23158.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.63%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=64.63%
G=32.93%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10654400.490.960.5829.4192.7321.57
Hex6A364031603A1d5d16
Octal152664061140723513526
Binary11010101101101000110001110000011101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3604; }

 p { color: rgb(106,54,4); }

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

<style>
 a { background-color: #6A3604; }

 a { background-color: rgb(106,54,4); }

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

<style>
 span { border-color: #6A3604; }

 span { border-color: rgb(106,54,4); }

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