Html Css Color HEX #694111 Raw Umber

📋 copy color: '#694111'

red 105 ◦ green 65 ◦ blue 17

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

Shades of Raw Umber #694111

Tints of Raw Umber #694111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

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

R = 56.15%
G = 34.76%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#694111 (or 0x694111) is known color: Raw Umber. HEX triplet: 69, 41 and 11. RGB value is (105,65,17). Sum of RGB (Red+Green+Blue) = 105+65+17=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #694111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694111 is #96BEEE. Grayscale: #474747. Windows color (decimal): -9879279 or 1130857. OLE color: 1130857.

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

Color convert

RGB 105 65 17 -
CMYK 0 0.38 0.84 0.59
HSL 32.73º 0.72% 0.24% -
HSV(B) 32.73º 0.84% 0.41% -
XYZ 7.82 6.82 1.44 -
YUV 71.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 105 65 17 0 0.38 0.84 0.59 32.73 0.72 0.24
Hex 69 41 11 0 26 54 3B 21 48 18
Octal 151 101 21 0 46 124 73 41 110 30
Binary 1101001 1000001 10001 0 100110 1010100 111011 100001 1001000 11000

Color Harmonies of #694111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694111

Black with #694111

Text Example


Text Example

White with #694111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694111; }

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

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

background-color css

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

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

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

border-color css

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

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

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