Html Css Color HEX #694411 Raw Umber

📋 copy color: '#694411'

red 105 ◦ green 68 ◦ blue 17

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

Shades of Raw Umber #694411

Tints of Raw Umber #694411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

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

R = 55.26%
G = 35.79%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#694411 (or 0x694411) is known color: Raw Umber. HEX triplet: 69, 44 and 11. RGB value is (105,68,17). Sum of RGB (Red+Green+Blue) = 105+68+17=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694411 is #96BBEE. Grayscale: #494949. Windows color (decimal): -9878511 or 1131625. OLE color: 1131625.

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

Color convert

RGB 105 68 17 -
CMYK 0 0.35 0.84 0.59
HSL 34.77º 0.72% 0.24% -
HSV(B) 34.77º 0.84% 0.41% -
XYZ 7.99 7.18 1.49 -
YUV 73.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 105 68 17 0 0.35 0.84 0.59 34.77 0.72 0.24
Hex 69 44 11 0 23 54 3B 23 48 18
Octal 151 104 21 0 43 124 73 43 110 30
Binary 1101001 1000100 10001 0 100011 1010100 111011 100011 1001000 11000

Color Harmonies of #694411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694411

Black with #694411

Text Example


Text Example

White with #694411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694411; }

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

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

background-color css

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

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

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

border-color css

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

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

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