Html Css Color HEX #694811 Raw Umber

📋 copy color: '#694811'

red 105 ◦ green 72 ◦ blue 17

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

Shades of Raw Umber #694811

Tints of Raw Umber #694811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

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

R = 54.12%
G = 37.11%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#694811 (or 0x694811) is known color: Raw Umber. HEX triplet: 69, 48 and 11. RGB value is (105,72,17). Sum of RGB (Red+Green+Blue) = 105+72+17=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694811 is #96B7EE. Grayscale: #4B4B4B. Windows color (decimal): -9877487 or 1132649. OLE color: 1132649.

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

Color convert

RGB 105 72 17 -
CMYK 0 0.31 0.84 0.59
HSL 37.5º 0.72% 0.24% -
HSV(B) 37.5º 0.84% 0.41% -
XYZ 8.24 7.68 1.58 -
YUV 75.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 105 72 17 0 0.31 0.84 0.59 37.5 0.72 0.24
Hex 69 48 11 0 1F 54 3B 26 48 18
Octal 151 110 21 0 37 124 73 46 110 30
Binary 1101001 1001000 10001 0 11111 1010100 111011 100110 1001000 11000

Color Harmonies of #694811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694811

Black with #694811

Text Example


Text Example

White with #694811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694811; }

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

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

background-color css

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

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

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

border-color css

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

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

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