#693A0E

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

Shades of Baker's Chocolate #693A0E

Tints of Baker's Chocolate #693A0E

Color information

#693A0E (or 0x693A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 3A and 0E. RGB value is (105,58,14). Sum of RGB (Red+Green+Blue) = 105+58+14=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #693A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693A0E is #96C5F1. Grayscale: #434343. Windows color (decimal): -9881074 or 932457. OLE color: 932457.

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

Color convert

RGB1055814-
CMYK00.450.870.59
HSL29.01º76.47%23.33%-
HSV(B)29.01º86.67%41.18%-
XYZ7.426.061.19-
YUV67.0498.07155.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=59.32%
G=32.77%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105581400.450.870.5929.0176.4723.33
Hex693AE02D573B1d4c17
Octal1517216055127733511427
Binary110100111101011100101101101011111101111101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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