Html Css Color HEX #694913 Raw Umber

📋 copy color: '#694913'

red 105 ◦ green 73 ◦ blue 19

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

Shades of Raw Umber #694913

Tints of Raw Umber #694913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 53.3%
G = 37.06%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#694913 (or 0x694913) is known color: Raw Umber. HEX triplet: 69, 49 and 13. RGB value is (105,73,19). Sum of RGB (Red+Green+Blue) = 105+73+19=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #694913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694913 is #96B6EC. Grayscale: #4C4C4C. Windows color (decimal): -9877229 or 1263977. OLE color: 1263977.

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

Color convert

RGB 105 73 19 -
CMYK 0 0.30 0.82 0.59
HSL 37.67º 0.69% 0.24% -
HSV(B) 37.67º 0.82% 0.41% -
XYZ 8.33 7.82 1.69 -
YUV 76.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 105 73 19 0 0.30 0.82 0.59 37.67 0.69 0.24
Hex 69 49 13 0 1E 52 3B 26 45 18
Octal 151 111 23 0 36 122 73 46 105 30
Binary 1101001 1001001 10011 0 11110 1010010 111011 100110 1000101 11000

Color Harmonies of #694913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694913

Black with #694913

Text Example


Text Example

White with #694913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694913; }

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

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

background-color css

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

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

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

border-color css

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

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

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