#693309

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

Shades of Baker's Chocolate #693309

Tints of Baker's Chocolate #693309

Color information

#693309 (or 0x693309) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 33 and 09. RGB value is (105,51,9). Sum of RGB (Red+Green+Blue) = 105+51+9=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #693309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693309 is #96CCF6. Grayscale: #3E3E3E. Windows color (decimal): -9882871 or 602985. OLE color: 602985.

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

Color convert

RGB105519-
CMYK00.510.910.59
HSL26.25º84.21%22.35%-
HSV(B)26.25º91.43%41.18%-
XYZ7.065.390.93-
YUV62.3697.89158.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=63.64%
G=30.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10551900.510.910.5926.2584.2122.35
Hex693390335B3B1a5416
Octal1516311063133733212426
Binary110100111001110010110011101101111101111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693309; }

 p { color: rgb(105,51,9); }

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

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

 a { background-color: rgb(105,51,9); }

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

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

 span { border-color: rgb(105,51,9); }

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