Html Css Color HEX #695110 Raw Umber

📋 copy color: '#695110'

red 105 ◦ green 81 ◦ blue 16

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

Shades of Raw Umber #695110

Tints of Raw Umber #695110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 51.98%
G = 40.1%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#695110 (or 0x695110) is known color: Raw Umber. HEX triplet: 69, 51 and 10. RGB value is (105,81,16). Sum of RGB (Red+Green+Blue) = 105+81+16=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #695110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695110 is #96AEEF. Grayscale: #515151. Windows color (decimal): -9875184 or 1069417. OLE color: 1069417.

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

Color convert

RGB 105 81 16 -
CMYK 0 0.23 0.85 0.59
HSL 43.82º 0.74% 0.24% -
HSV(B) 43.82º 0.85% 0.41% -
XYZ 8.86 8.93 1.75 -
YUV 80.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 105 81 16 0 0.23 0.85 0.59 43.82 0.74 0.24
Hex 69 51 10 0 17 55 3B 2C 4A 18
Octal 151 121 20 0 27 125 73 54 112 30
Binary 1101001 1010001 10000 0 10111 1010101 111011 101100 1001010 11000

Color Harmonies of #695110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695110

Black with #695110

Text Example


Text Example

White with #695110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695110; }

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

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

background-color css

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

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

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

border-color css

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

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

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