Html Css Color HEX #695611 Raw Umber

📋 copy color: '#695611'

red 105 ◦ green 86 ◦ blue 17

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

Shades of Raw Umber #695611

Tints of Raw Umber #695611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

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

R = 50.48%
G = 41.35%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#695611 (or 0x695611) is known color: Raw Umber. HEX triplet: 69, 56 and 11. RGB value is (105,86,17). Sum of RGB (Red+Green+Blue) = 105+86+17=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #695611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695611 is #96A9EE. Grayscale: #545454. Windows color (decimal): -9873903 or 1136233. OLE color: 1136233.

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

Color convert

RGB 105 86 17 -
CMYK 0 0.18 0.84 0.59
HSL 47.05º 0.72% 0.24% -
HSV(B) 47.05º 0.84% 0.41% -
XYZ 9.25 9.7 1.91 -
YUV 83.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 105 86 17 0 0.18 0.84 0.59 47.05 0.72 0.24
Hex 69 56 11 0 12 54 3B 2F 48 18
Octal 151 126 21 0 22 124 73 57 110 30
Binary 1101001 1010110 10001 0 10010 1010100 111011 101111 1001000 11000

Color Harmonies of #695611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695611

Black with #695611

Text Example


Text Example

White with #695611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695611; }

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

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

background-color css

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

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

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

border-color css

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

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

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