#6B370F

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

Shades of Baker's Chocolate #6B370F

Tints of Baker's Chocolate #6B370F

Color information

#6B370F (or 0x6B370F) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 37 and 0F. RGB value is (107,55,15). Sum of RGB (Red+Green+Blue) = 107+55+15=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B370F is #94C8F0. Grayscale: #424242. Windows color (decimal): -9750769 or 997227. OLE color: 997227.

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

Color convert

RGB1075515-
CMYK00.490.860.58
HSL26.09º75.41%23.92%-
HSV(B)26.09º85.98%41.96%-
XYZ7.525.891.19-
YUV65.9999.23157.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.45%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=60.45%
G=31.07%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107551500.490.860.5826.0975.4123.92
Hex6B37F031563A1a4b18
Octal1536717061126723211330
Binary110101111011111110110001101011011101011010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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