#6B320A

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

Shades of Baker's Chocolate #6B320A

Tints of Baker's Chocolate #6B320A

Color information

#6B320A (or 0x6B320A) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 32 and 0A. RGB value is (107,50,10). Sum of RGB (Red+Green+Blue) = 107+50+10=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B320A is #94CDF5. Grayscale: #3E3E3E. Windows color (decimal): -9752054 or 668267. OLE color: 668267.

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

Color convert

RGB1075010-
CMYK00.530.910.58
HSL24.74º82.91%22.94%-
HSV(B)24.74º90.65%41.96%-
XYZ7.265.430.95-
YUV62.4898.38159.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.07%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=64.07%
G=29.94%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107501000.530.910.5824.7482.9122.94
Hex6B32A0355B3A195317
Octal1536212065133723112327
Binary110101111001010100110101101101111101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,10); }

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

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

 a { background-color: rgb(107,50,10); }

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

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

 span { border-color: rgb(107,50,10); }

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