Html Css Color HEX #694713 Raw Umber

📋 copy color: '#694713'

red 105 ◦ green 71 ◦ blue 19

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

Shades of Raw Umber #694713

Tints of Raw Umber #694713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.41%

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

R = 53.85%
G = 36.41%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#694713 (or 0x694713) is known color: Raw Umber. HEX triplet: 69, 47 and 13. RGB value is (105,71,19). Sum of RGB (Red+Green+Blue) = 105+71+19=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694713 is #96B8EC. Grayscale: #4B4B4B. Windows color (decimal): -9877741 or 1263465. OLE color: 1263465.

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

Color convert

RGB 105 71 19 -
CMYK 0 0.32 0.82 0.59
HSL 36.28º 0.69% 0.24% -
HSV(B) 36.28º 0.82% 0.41% -
XYZ 8.2 7.56 1.64 -
YUV 75.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 105 71 19 0 0.32 0.82 0.59 36.28 0.69 0.24
Hex 69 47 13 0 20 52 3B 24 45 18
Octal 151 107 23 0 40 122 73 44 105 30
Binary 1101001 1000111 10011 0 100000 1010010 111011 100100 1000101 11000

Color Harmonies of #694713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694713

Black with #694713

Text Example


Text Example

White with #694713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694713; }

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

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

background-color css

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

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

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

border-color css

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

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

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