Html Css Color HEX #695117 Raw Umber

📋 copy color: '#695117'

red 105 ◦ green 81 ◦ blue 23

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

Shades of Raw Umber #695117

Tints of Raw Umber #695117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11%

R = 50.24%
G = 38.76%
B = 11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#695117 (or 0x695117) is known color: Raw Umber. HEX triplet: 69, 51 and 17. RGB value is (105,81,23). Sum of RGB (Red+Green+Blue) = 105+81+23=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695117 is #96AEE8. Grayscale: #515151. Windows color (decimal): -9875177 or 1528169. OLE color: 1528169.

HSL color Cylindrical-coordinate representation of color #695117: hue angle of 42.44º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #695117 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 81 23 -
CMYK 0 0.23 0.78 0.59
HSL 42.44º 0.64% 0.25% -
HSV(B) 42.44º 0.78% 0.41% -
XYZ 8.92 8.95 2.07 -
YUV 81.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 105 81 23 0 0.23 0.78 0.59 42.44 0.64 0.25
Hex 69 51 17 0 17 4E 3B 2A 40 19
Octal 151 121 27 0 27 116 73 52 100 31
Binary 1101001 1010001 10111 0 10111 1001110 111011 101010 1000000 11001

Color Harmonies of #695117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695117

Black with #695117

Text Example


Text Example

White with #695117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695117; }

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

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

background-color css

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

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

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

border-color css

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

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

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