Html Css Color HEX #695211 Raw Umber

📋 copy color: '#695211'

red 105 ◦ green 82 ◦ blue 17

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

Shades of Raw Umber #695211

Tints of Raw Umber #695211

RGB

 RED value IS 105 (41.41% from 255) = 51.47%

 GREEN value IS 82 (32.42% from 255) = 40.2%

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 51.47%
G = 40.2%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#695211 (or 0x695211) is known color: Raw Umber. HEX triplet: 69, 52 and 11. RGB value is (105,82,17). Sum of RGB (Red+Green+Blue) = 105+82+17=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #695211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695211 is #96ADEE. Grayscale: #515151. Windows color (decimal): -9874927 or 1135209. OLE color: 1135209.

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

Color convert

RGB 105 82 17 -
CMYK 0 0.22 0.84 0.59
HSL 44.32º 0.72% 0.24% -
HSV(B) 44.32º 0.84% 0.41% -
XYZ 8.94 9.08 1.81 -
YUV 81.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 105 82 17 0 0.22 0.84 0.59 44.32 0.72 0.24
Hex 69 52 11 0 16 54 3B 2C 48 18
Octal 151 122 21 0 26 124 73 54 110 30
Binary 1101001 1010010 10001 0 10110 1010100 111011 101100 1001000 11000

Color Harmonies of #695211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695211

Black with #695211

Text Example


Text Example

White with #695211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695211; }

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

 H1.HeaderClassName
 {
   color: #695211;
 }
 .AnyTagClassName
 {
   color: #695211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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