#6B320F

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

Shades of Baker's Chocolate #6B320F

Tints of Baker's Chocolate #6B320F

Color information

#6B320F (or 0x6B320F) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 32 and 0F. RGB value is (107,50,15). Sum of RGB (Red+Green+Blue) = 107+50+15=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B320F is #94CDF0. Grayscale: #3F3F3F. Windows color (decimal): -9752049 or 995947. OLE color: 995947.

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

Color convert

RGB1075015-
CMYK00.530.860.58
HSL22.83º75.41%23.92%-
HSV(B)22.83º85.98%41.96%-
XYZ7.295.441.12-
YUV63.05100.88159.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.21%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=62.21%
G=29.07%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107501500.530.860.5822.8375.4123.92
Hex6B32F035563A174b18
Octal1536217065126722711330
Binary110101111001011110110101101011011101010111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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