#6F270C

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

Shades of Baker's Chocolate #6F270C

Tints of Baker's Chocolate #6F270C

Color information

#6F270C (or 0x6F270C) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 27 and 0C. RGB value is (111,39,12). Sum of RGB (Red+Green+Blue) = 111+39+12=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F270C is #90D8F3. Grayscale: #393939. Windows color (decimal): -9492724 or 796527. OLE color: 796527.

HSL color Cylindrical-coordinate representation of color #6F270C: hue angle of 16.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F270C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1113912-
CMYK00.650.890.56
HSL16.36º80.49%24.12%-
HSV(B)16.36º89.19%43.53%-
XYZ7.354.860.9-
YUV57.45102.35166.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.52%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=68.52%
G=24.07%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111391200.650.890.5616.3680.4924.12
Hex6F27C0415938105018
Octal15747140101131702012030
Binary1101111100111110001000001101100111100010000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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