#692909

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

Shades of Baker's Chocolate #692909

Tints of Baker's Chocolate #692909

Color information

#692909 (or 0x692909) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 29 and 09. RGB value is (105,41,9). Sum of RGB (Red+Green+Blue) = 105+41+9=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #692909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692909 is #96D6F6. Grayscale: #383838. Windows color (decimal): -9885431 or 600425. OLE color: 600425.

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

Color convert

RGB105419-
CMYK00.610.910.59
HSL20º84.21%22.35%-
HSV(B)20º91.43%41.18%-
XYZ6.674.610.8-
YUV56.49101.2162.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.74%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=67.74%
G=26.45%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10541900.610.910.592084.2122.35
Hex6929903D5B3B145416
Octal1515111075133732412426
Binary110100110100110010111101101101111101110100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692909; }

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

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

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

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

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

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

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

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