#6A3400

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

Shades of Baker's Chocolate #6A3400

Tints of Baker's Chocolate #6A3400

Color information

#6A3400 (or 0x6A3400) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 34 and 00. RGB value is (106,52,0). Sum of RGB (Red+Green+Blue) = 106+52+0=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3400 is #95CBFF. Grayscale: #3E3E3E. Windows color (decimal): -9817088 or 13418. OLE color: 13418.

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

Color convert

RGB106520-
CMYK00.5110.58
HSL29.43º100%20.78%-
HSV(B)29.43º100%41.57%-
XYZ7.175.520.69-
YUV62.2292.89159.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.09%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.09%
G=32.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10652000.5110.5829.4310020.78
Hex6A340033643A1d6415
Octal152640063144723514425
Binary110101011010000110011110010011101011101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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