Html Css Color HEX #695411 Raw Umber

📋 copy color: '#695411'

red 105 ◦ green 84 ◦ blue 17

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

Shades of Raw Umber #695411

Tints of Raw Umber #695411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 50.97%
G = 40.78%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#695411 (or 0x695411) is known color: Raw Umber. HEX triplet: 69, 54 and 11. RGB value is (105,84,17). Sum of RGB (Red+Green+Blue) = 105+84+17=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #695411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695411 is #96ABEE. Grayscale: #525252. Windows color (decimal): -9874415 or 1135721. OLE color: 1135721.

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

Color convert

RGB 105 84 17 -
CMYK 0 0.20 0.84 0.59
HSL 45.68º 0.72% 0.24% -
HSV(B) 45.68º 0.84% 0.41% -
XYZ 9.1 9.38 1.86 -
YUV 82.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 105 84 17 0 0.20 0.84 0.59 45.68 0.72 0.24
Hex 69 54 11 0 14 54 3B 2E 48 18
Octal 151 124 21 0 24 124 73 56 110 30
Binary 1101001 1010100 10001 0 10100 1010100 111011 101110 1001000 11000

Color Harmonies of #695411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695411

Black with #695411

Text Example


Text Example

White with #695411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695411; }

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

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

background-color css

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

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

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

border-color css

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

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

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