Html Css Color HEX #694910 Raw Umber

📋 copy color: '#694910'

red 105 ◦ green 73 ◦ blue 16

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

Shades of Raw Umber #694910

Tints of Raw Umber #694910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 54.12%
G = 37.63%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694910 (or 0x694910) is known color: Raw Umber. HEX triplet: 69, 49 and 10. RGB value is (105,73,16). Sum of RGB (Red+Green+Blue) = 105+73+16=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694910 is #96B6EF. Grayscale: #4C4C4C. Windows color (decimal): -9877232 or 1067369. OLE color: 1067369.

HSL color Cylindrical-coordinate representation of color #694910: hue angle of 38.43º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #694910 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 16 -
CMYK 0 0.30 0.85 0.59
HSL 38.43º 0.74% 0.24% -
HSV(B) 38.43º 0.85% 0.41% -
XYZ 8.3 7.81 1.56 -
YUV 76.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 105 73 16 0 0.30 0.85 0.59 38.43 0.74 0.24
Hex 69 49 10 0 1E 55 3B 26 4A 18
Octal 151 111 20 0 36 125 73 46 112 30
Binary 1101001 1001001 10000 0 11110 1010101 111011 100110 1001010 11000

Color Harmonies of #694910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694910

Black with #694910

Text Example


Text Example

White with #694910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694910; }

 p { color: rgb(105,73,16); }

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

background-color css

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

 a { background-color: rgb(105,73,16); }

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

border-color css

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

 span { border-color: rgb(105,73,16); }

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