#6A310C

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

Shades of Baker's Chocolate #6A310C

Tints of Baker's Chocolate #6A310C

Color information

#6A310C (or 0x6A310C) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 31 and 0C. RGB value is (106,49,12). Sum of RGB (Red+Green+Blue) = 106+49+12=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A310C is #95CEF3. Grayscale: #3E3E3E. Windows color (decimal): -9817844 or 799082. OLE color: 799082.

HSL color Cylindrical-coordinate representation of color #6A310C: hue angle of 23.62º 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 #6A310C is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1064912-
CMYK00.540.890.58
HSL23.62º79.66%23.14%-
HSV(B)23.62º88.68%41.57%-
XYZ7.115.290.99-
YUV61.8299.88159.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.47%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=63.47%
G=29.34%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106491200.540.890.5823.6279.6623.14
Hex6A31C036593A185017
Octal1526114066131723012027
Binary110101011000111000110110101100111101011000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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