#6B390F

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

Shades of Baker's Chocolate #6B390F

Tints of Baker's Chocolate #6B390F

Color information

#6B390F (or 0x6B390F) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 39 and 0F. RGB value is (107,57,15). Sum of RGB (Red+Green+Blue) = 107+57+15=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B390F is #94C6F0. Grayscale: #434343. Windows color (decimal): -9750257 or 997739. OLE color: 997739.

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

Color convert

RGB1075715-
CMYK00.470.860.58
HSL27.39º75.41%23.92%-
HSV(B)27.39º85.98%41.96%-
XYZ7.616.091.23-
YUV67.1698.56156.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.78%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=59.78%
G=31.84%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107571500.470.860.5827.3975.4123.92
Hex6B39F02F563A1b4b18
Octal1537117057126723311330
Binary110101111100111110101111101011011101011011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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