#6F270E

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

Shades of Baker's Chocolate #6F270E

Tints of Baker's Chocolate #6F270E

Color information

#6F270E (or 0x6F270E) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 27 and 0E. RGB value is (111,39,14). Sum of RGB (Red+Green+Blue) = 111+39+14=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F270E is #90D8F1. Grayscale: #393939. Windows color (decimal): -9492722 or 927599. OLE color: 927599.

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

Color convert

RGB1113914-
CMYK00.650.870.56
HSL15.46º77.6%24.51%-
HSV(B)15.46º87.39%43.53%-
XYZ7.364.860.97-
YUV57.68103.35166.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.68%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=67.68%
G=23.78%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111391400.650.870.5615.4677.624.51
Hex6F27E0415738f4e19
Octal15747160101127701711631
Binary110111110011111100100000110101111110001111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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