#693706

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

Shades of Baker's Chocolate #693706

Tints of Baker's Chocolate #693706

Color information

#693706 (or 0x693706) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 37 and 06. RGB value is (105,55,6). Sum of RGB (Red+Green+Blue) = 105+55+6=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #693706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693706 is #96C8F9. Grayscale: #404040. Windows color (decimal): -9881850 or 407401. OLE color: 407401.

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

Color convert

RGB105556-
CMYK00.480.940.59
HSL29.7º89.19%21.76%-
HSV(B)29.7º94.29%41.18%-
XYZ7.225.750.9-
YUV64.3695.06156.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.25%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=63.25%
G=33.13%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10555600.480.940.5929.789.1921.76
Hex693760305E3B1e5916
Octal151676060136733613126
Binary11010011101111100110000101111011101111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693706; }

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

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

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

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

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

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

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

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