Html Css Color HEX #695011 Raw Umber

📋 copy color: '#695011'

red 105 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #695011

Tints of Raw Umber #695011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

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

R = 51.98%
G = 39.6%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#695011 (or 0x695011) is known color: Raw Umber. HEX triplet: 69, 50 and 11. RGB value is (105,80,17). Sum of RGB (Red+Green+Blue) = 105+80+17=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #695011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695011 is #96AFEE. Grayscale: #505050. Windows color (decimal): -9875439 or 1134697. OLE color: 1134697.

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

Color convert

RGB 105 80 17 -
CMYK 0 0.24 0.84 0.59
HSL 42.95º 0.72% 0.24% -
HSV(B) 42.95º 0.84% 0.41% -
XYZ 8.8 8.78 1.76 -
YUV 80.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 105 80 17 0 0.24 0.84 0.59 42.95 0.72 0.24
Hex 69 50 11 0 18 54 3B 2B 48 18
Octal 151 120 21 0 30 124 73 53 110 30
Binary 1101001 1010000 10001 0 11000 1010100 111011 101011 1001000 11000

Color Harmonies of #695011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695011

Black with #695011

Text Example


Text Example

White with #695011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695011; }

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

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

background-color css

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

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

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

border-color css

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

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

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