#6B3207

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

Shades of Baker's Chocolate #6B3207

Tints of Baker's Chocolate #6B3207

Color information

#6B3207 (or 0x6B3207) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 32 and 07. RGB value is (107,50,7). Sum of RGB (Red+Green+Blue) = 107+50+7=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3207 is #94CDF8. Grayscale: #3E3E3E. Windows color (decimal): -9752057 or 471659. OLE color: 471659.

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

Color convert

RGB107507-
CMYK00.530.930.58
HSL25.8º87.72%22.35%-
HSV(B)25.8º93.46%41.96%-
XYZ7.245.420.87-
YUV62.1496.88160-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.24%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=65.24%
G=30.49%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10750700.530.930.5825.887.7222.35
Hex6B3270355D3A1a5816
Octal153627065135723213026
Binary11010111100101110110101101110111101011010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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