#6F280E

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

Shades of Baker's Chocolate #6F280E

Tints of Baker's Chocolate #6F280E

Color information

#6F280E (or 0x6F280E) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 28 and 0E. RGB value is (111,40,14). Sum of RGB (Red+Green+Blue) = 111+40+14=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F280E is #90D7F1. Grayscale: #3A3A3A. Windows color (decimal): -9492466 or 927855. OLE color: 927855.

HSL color Cylindrical-coordinate representation of color #6F280E: hue angle of 16.08º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F280E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1114014-
CMYK00.640.870.56
HSL16.08º77.6%24.51%-
HSV(B)16.08º87.39%43.53%-
XYZ7.394.930.98-
YUV58.26103.02165.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=67.27%
G=24.24%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111401400.640.870.5616.0877.624.51
Hex6F28E0405738104e19
Octal15750160100127702011631
Binary1101111101000111001000000101011111100010000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,14); }

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

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

 a { background-color: rgb(111,40,14); }

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

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

 span { border-color: rgb(111,40,14); }

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