#695210

Color #695210 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #695210

Tints of Raw Umber #695210

Color information

#695210 (or 0x695210) is unknown color: approx Raw Umber. HEX triplet: 69, 52 and 10. RGB value is (105,82,16). Sum of RGB (Red+Green+Blue) = 105+82+16=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #695210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695210 is #96ADEF. Grayscale: #515151. Windows color (decimal): -9874928 or 1069673. OLE color: 1069673.

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

Color convert

RGB1058216-
CMYK00.220.850.59
HSL44.49º73.55%23.73%-
HSV(B)44.49º84.76%41.18%-
XYZ8.949.081.77-
YUV81.3591.12144.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=51.72%
G=40.39%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105821600.220.850.5944.4973.5523.73
Hex695210016553B2c4a18
Octal15112220026125735411230
Binary11010011010010100000101101010101111011101100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695210; }

 p { color: rgb(105,82,16); }

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

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

 a { background-color: rgb(105,82,16); }

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

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

 span { border-color: rgb(105,82,16); }

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