#6B2507

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

Shades of Baker's Chocolate #6B2507

Tints of Baker's Chocolate #6B2507

Color information

#6B2507 (or 0x6B2507) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 25 and 07. RGB value is (107,37,7). Sum of RGB (Red+Green+Blue) = 107+37+7=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2507 is #94DAF8. Grayscale: #363636. Windows color (decimal): -9755385 or 468331. OLE color: 468331.

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

Color convert

RGB107377-
CMYK00.650.930.58
HSL18º87.72%22.35%-
HSV(B)18º93.46%41.96%-
XYZ6.764.460.71-
YUV54.51101.19165.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 70.86%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=70.86%
G=24.50%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10737700.650.930.581887.7222.35
Hex6B2570415D3A125816
Octal1534570101135722213026
Binary110101110010111101000001101110111101010010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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