Html Css Color HEX #694611 Raw Umber

📋 copy color: '#694611'

red 105 ◦ green 70 ◦ blue 17

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

Shades of Raw Umber #694611

Tints of Raw Umber #694611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 54.69%
G = 36.46%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#694611 (or 0x694611) is known color: Raw Umber. HEX triplet: 69, 46 and 11. RGB value is (105,70,17). Sum of RGB (Red+Green+Blue) = 105+70+17=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #694611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694611 is #96B9EE. Grayscale: #4A4A4A. Windows color (decimal): -9877999 or 1132137. OLE color: 1132137.

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

Color convert

RGB 105 70 17 -
CMYK 0 0.33 0.84 0.59
HSL 36.14º 0.72% 0.24% -
HSV(B) 36.14º 0.84% 0.41% -
XYZ 8.12 7.42 1.54 -
YUV 74.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 105 70 17 0 0.33 0.84 0.59 36.14 0.72 0.24
Hex 69 46 11 0 21 54 3B 24 48 18
Octal 151 106 21 0 41 124 73 44 110 30
Binary 1101001 1000110 10001 0 100001 1010100 111011 100100 1001000 11000

Color Harmonies of #694611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694611

Black with #694611

Text Example


Text Example

White with #694611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694611; }

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

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

background-color css

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

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

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

border-color css

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

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

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