#692609

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

Shades of Baker's Chocolate #692609

Tints of Baker's Chocolate #692609

Color information

#692609 (or 0x692609) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 26 and 09. RGB value is (105,38,9). Sum of RGB (Red+Green+Blue) = 105+38+9=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #692609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692609 is #96D9F6. Grayscale: #363636. Windows color (decimal): -9886199 or 599657. OLE color: 599657.

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

Color convert

RGB105389-
CMYK00.640.910.59
HSL18.12º84.21%22.35%-
HSV(B)18.12º91.43%41.18%-
XYZ6.574.410.76-
YUV54.73102.2163.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.08%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=69.08%
G=25%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10538900.640.910.5918.1284.2122.35
Hex692690405B3B125416
Octal15146110100133732212426
Binary1101001100110100101000000101101111101110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692609; }

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

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

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

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

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

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

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

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