#693A0D

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

Shades of Baker's Chocolate #693A0D

Tints of Baker's Chocolate #693A0D

Color information

#693A0D (or 0x693A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 3A and 0D. RGB value is (105,58,13). Sum of RGB (Red+Green+Blue) = 105+58+13=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #693A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693A0D is #96C5F2. Grayscale: #434343. Windows color (decimal): -9881075 or 866921. OLE color: 866921.

HSL color Cylindrical-coordinate representation of color #693A0D: hue angle of 29.35º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #693A0D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1055813-
CMYK00.450.880.59
HSL29.35º77.97%23.14%-
HSV(B)29.35º87.62%41.18%-
XYZ7.416.061.16-
YUV66.9297.57155.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=59.66%
G=32.95%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105581300.450.880.5929.3577.9723.14
Hex693AD02D583B1d4e17
Octal1517215055130733511627
Binary110100111101011010101101101100011101111101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693A0D; }

 p { color: rgb(105,58,13); }

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

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

 a { background-color: rgb(105,58,13); }

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

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

 span { border-color: rgb(105,58,13); }

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