#693015

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

Shades of Baker's Chocolate #693015

Tints of Baker's Chocolate #693015

Color information

#693015 (or 0x693015) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 30 and 15. RGB value is (105,48,21). Sum of RGB (Red+Green+Blue) = 105+48+21=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #693015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693015 is #96CFEA. Grayscale: #3E3E3E. Windows color (decimal): -9883627 or 1388649. OLE color: 1388649.

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

Color convert

RGB1054821-
CMYK00.540.800.59
HSL19.29º66.67%24.71%-
HSV(B)19.29º80%41.18%-
XYZ7.025.171.34-
YUV61.96104.88158.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.34%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=60.34%
G=27.59%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105482100.540.800.5919.2966.6724.71
Hex693015036503B134319
Octal1516025066120732310331
Binary1101001110000101010110110101000011101110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693015; }

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

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

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

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

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

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

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

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