#6F260B

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

Shades of Baker's Chocolate #6F260B

Tints of Baker's Chocolate #6F260B

Color information

#6F260B (or 0x6F260B) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 26 and 0B. RGB value is (111,38,11). Sum of RGB (Red+Green+Blue) = 111+38+11=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F260B is #90D9F4. Grayscale: #383838. Windows color (decimal): -9492981 or 730735. OLE color: 730735.

HSL color Cylindrical-coordinate representation of color #6F260B: hue angle of 16.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F260B is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1113811-
CMYK00.660.900.56
HSL16.2º81.97%23.92%-
HSV(B)16.2º90.09%43.53%-
XYZ7.314.790.86-
YUV56.75102.18166.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 69.38%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=69.38%
G=23.75%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111381100.660.900.5616.281.9723.92
Hex6F26B0425A38105218
Octal15746130102132702012230
Binary1101111100110101101000010101101011100010000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,11); }

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

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

 a { background-color: rgb(111,38,11); }

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

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

 span { border-color: rgb(111,38,11); }

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