#693215

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

Shades of Baker's Chocolate #693215

Tints of Baker's Chocolate #693215

Color information

#693215 (or 0x693215) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 32 and 15. RGB value is (105,50,21). Sum of RGB (Red+Green+Blue) = 105+50+21=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #693215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693215 is #96CDEA. Grayscale: #3F3F3F. Windows color (decimal): -9883115 or 1389161. OLE color: 1389161.

HSL color Cylindrical-coordinate representation of color #693215: hue angle of 20.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #693215 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1055021-
CMYK00.520.800.59
HSL20.71º66.67%24.71%-
HSV(B)20.71º80%41.18%-
XYZ7.15.341.37-
YUV63.14104.22157.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=59.66%
G=28.41%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105502100.520.800.5920.7166.6724.71
Hex693215034503B154319
Octal1516225064120732510331
Binary1101001110010101010110100101000011101110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693215; }

 p { color: rgb(105,50,21); }

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

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

 a { background-color: rgb(105,50,21); }

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

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

 span { border-color: rgb(105,50,21); }

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