#692506

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

Shades of Baker's Chocolate #692506

Tints of Baker's Chocolate #692506

Color information

#692506 (or 0x692506) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 25 and 06. RGB value is (105,37,6). Sum of RGB (Red+Green+Blue) = 105+37+6=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #692506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692506 is #96DAF9. Grayscale: #353535. Windows color (decimal): -9886458 or 402793. OLE color: 402793.

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

Color convert

RGB105376-
CMYK00.650.940.59
HSL18.79º89.19%21.76%-
HSV(B)18.79º94.29%41.18%-
XYZ6.524.340.67-
YUV53.8101.03164.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=70.95%
G=25%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10537600.650.940.5918.7989.1921.76
Hex692560415E3B135916
Octal1514560101136732313126
Binary110100110010111001000001101111011101110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692506; }

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

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

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

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

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

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

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

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