#6F330A

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

Shades of Baker's Chocolate #6F330A

Tints of Baker's Chocolate #6F330A

Color information

#6F330A (or 0x6F330A) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 33 and 0A. RGB value is (111,51,10). Sum of RGB (Red+Green+Blue) = 111+51+10=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F330A is #90CCF5. Grayscale: #404040. Windows color (decimal): -9489654 or 668527. OLE color: 668527.

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

Color convert

RGB1115110-
CMYK00.540.910.56
HSL24.36º83.47%23.73%-
HSV(B)24.36º90.99%43.53%-
XYZ7.795.770.99-
YUV64.2797.38161.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.53%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=64.53%
G=29.65%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111511000.540.910.5624.3683.4723.73
Hex6F33A0365B38185318
Octal1576312066133703012330
Binary110111111001110100110110101101111100011000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,10); }

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

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

 a { background-color: rgb(111,51,10); }

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

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

 span { border-color: rgb(111,51,10); }

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