#693011

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

Shades of Baker's Chocolate #693011

Tints of Baker's Chocolate #693011

Color information

#693011 (or 0x693011) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 30 and 11. RGB value is (105,48,17). Sum of RGB (Red+Green+Blue) = 105+48+17=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #693011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693011 is #96CFEE. Grayscale: #3D3D3D. Windows color (decimal): -9883631 or 1126505. OLE color: 1126505.

HSL color Cylindrical-coordinate representation of color #693011: hue angle of 21.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #693011 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1054817-
CMYK00.540.840.59
HSL21.14º72.13%23.92%-
HSV(B)21.14º83.81%41.18%-
XYZ6.985.161.16-
YUV61.51102.88159.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.76%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 17 (7.03% from 255) = 10%
R=61.76%
G=28.24%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105481700.540.840.5921.1472.1323.92
Hex693011036543B154818
Octal1516021066124732511030
Binary1101001110000100010110110101010011101110101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693011; }

 p { color: rgb(105,48,17); }

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

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

 a { background-color: rgb(105,48,17); }

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

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

 span { border-color: rgb(105,48,17); }

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