#693710

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

Shades of Baker's Chocolate #693710

Tints of Baker's Chocolate #693710

Color information

#693710 (or 0x693710) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 37 and 10. RGB value is (105,55,16). Sum of RGB (Red+Green+Blue) = 105+55+16=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #693710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693710 is #96C8EF. Grayscale: #414141. Windows color (decimal): -9881840 or 1062761. OLE color: 1062761.

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

Color convert

RGB1055516-
CMYK00.480.850.59
HSL26.29º73.55%23.73%-
HSV(B)26.29º84.76%41.18%-
XYZ7.295.771.22-
YUV65.5100.06156.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=59.66%
G=31.25%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105551600.480.850.5926.2973.5523.73
Hex693710030553B1a4a18
Octal1516720060125733211230
Binary1101001110111100000110000101010111101111010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693710; }

 p { color: rgb(105,55,16); }

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

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

 a { background-color: rgb(105,55,16); }

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

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

 span { border-color: rgb(105,55,16); }

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