#693111

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

Shades of Baker's Chocolate #693111

Tints of Baker's Chocolate #693111

Color information

#693111 (or 0x693111) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 31 and 11. RGB value is (105,49,17). Sum of RGB (Red+Green+Blue) = 105+49+17=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #693111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693111 is #96CEEE. Grayscale: #3E3E3E. Windows color (decimal): -9883375 or 1126761. OLE color: 1126761.

HSL color Cylindrical-coordinate representation of color #693111: hue angle of 21.82º 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 #693111 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1054917-
CMYK00.530.840.59
HSL21.82º72.13%23.92%-
HSV(B)21.82º83.81%41.18%-
XYZ7.035.241.17-
YUV62.1102.55158.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=61.40%
G=28.65%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105491700.530.840.5921.8272.1323.92
Hex693111035543B164818
Octal1516121065124732611030
Binary1101001110001100010110101101010011101110110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693111; }

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

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

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

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

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

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

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

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