Html Css Color HEX #695210 Raw Umber

📋 copy color: '#695210'

red 105 ◦ green 82 ◦ blue 16

#695210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #695210

Tints of Raw Umber #695210

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 value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#695210 (or 0x695210) is known color: 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

RGB 105 82 16 -
CMYK 0 0.22 0.85 0.59
HSL 44.49º 0.74% 0.24% -
HSV(B) 44.49º 0.85% 0.41% -
XYZ 8.94 9.08 1.77 -
YUV 81.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 105 82 16 0 0.22 0.85 0.59 44.49 0.74 0.24
Hex 69 52 10 0 16 55 3B 2C 4A 18
Octal 151 122 20 0 26 125 73 54 112 30
Binary 1101001 1010010 10000 0 10110 1010101 111011 101100 1001010 11000

Color Harmonies of #695210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695210

Black with #695210

Text Example


Text Example

White with #695210

Text Example


Text Example

HTML Codes & Css Web 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>