#6A340C

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

Shades of Baker's Chocolate #6A340C

Tints of Baker's Chocolate #6A340C

Color information

#6A340C (or 0x6A340C) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 34 and 0C. RGB value is (106,52,12). Sum of RGB (Red+Green+Blue) = 106+52+12=170 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.35% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 106 - color contains mainly: red. Hex color #6A340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A340C is #95CBF3. Grayscale: #3F3F3F. Windows color (decimal): -9817076 or 799850. OLE color: 799850.

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

Color convert

RGB1065212-
CMYK00.510.890.58
HSL25.53º79.66%23.14%-
HSV(B)25.53º88.68%41.57%-
XYZ7.245.551.04-
YUV63.5998.89158.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.35%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=62.35%
G=30.59%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106521200.510.890.5825.5379.6623.14
Hex6A34C033593A1a5017
Octal1526414063131723212027
Binary110101011010011000110011101100111101011010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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