Html Css Color HEX #695911 Raw Umber

📋 copy color: '#695911'

red 105 ◦ green 89 ◦ blue 17

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

Shades of Raw Umber #695911

Tints of Raw Umber #695911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

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

R = 49.76%
G = 42.18%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#695911 (or 0x695911) is known color: Raw Umber. HEX triplet: 69, 59 and 11. RGB value is (105,89,17). Sum of RGB (Red+Green+Blue) = 105+89+17=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #695911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695911 is #96A6EE. Grayscale: #555555. Windows color (decimal): -9873135 or 1137001. OLE color: 1137001.

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

Color convert

RGB 105 89 17 -
CMYK 0 0.15 0.84 0.59
HSL 49.09º 0.72% 0.24% -
HSV(B) 49.09º 0.84% 0.41% -
XYZ 9.5 10.19 2 -
YUV 85.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 105 89 17 0 0.15 0.84 0.59 49.09 0.72 0.24
Hex 69 59 11 0 F 54 3B 31 48 18
Octal 151 131 21 0 17 124 73 61 110 30
Binary 1101001 1011001 10001 0 1111 1010100 111011 110001 1001000 11000

Color Harmonies of #695911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695911

Black with #695911

Text Example


Text Example

White with #695911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695911; }

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

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

background-color css

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

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

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

border-color css

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

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

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