#6A3405

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

Shades of Baker's Chocolate #6A3405

Tints of Baker's Chocolate #6A3405

Color information

#6A3405 (or 0x6A3405) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 34 and 05. RGB value is (106,52,5). Sum of RGB (Red+Green+Blue) = 106+52+5=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3405 is #95CBFA. Grayscale: #3F3F3F. Windows color (decimal): -9817083 or 341098. OLE color: 341098.

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

Color convert

RGB106525-
CMYK00.510.950.58
HSL27.92º90.99%21.76%-
HSV(B)27.92º95.28%41.57%-
XYZ7.25.530.83-
YUV62.7995.39158.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.03%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=65.03%
G=31.90%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10652500.510.950.5827.9290.9921.76
Hex6A3450335F3A1c5b16
Octal152645063137723413326
Binary11010101101001010110011101111111101011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,5); }

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

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

 a { background-color: rgb(106,52,5); }

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

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

 span { border-color: rgb(106,52,5); }

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