Html Css Color HEX #694A13 Raw Umber

📋 copy color: '#694A13'

red 105 ◦ green 74 ◦ blue 19

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

Shades of Raw Umber #694A13

Tints of Raw Umber #694A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

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

R = 53.03%
G = 37.37%
B = 9.6%

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

#694A13 (or 0x694A13) is known color: Raw Umber. HEX triplet: 69, 4A and 13. RGB value is (105,74,19). Sum of RGB (Red+Green+Blue) = 105+74+19=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #694A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A13 is #96B5EC. Grayscale: #4D4D4D. Windows color (decimal): -9876973 or 1264233. OLE color: 1264233.

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

Color convert

RGB 105 74 19 -
CMYK 0 0.30 0.82 0.59
HSL 38.37º 0.69% 0.24% -
HSV(B) 38.37º 0.82% 0.41% -
XYZ 8.39 7.95 1.71 -
YUV 77 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 105 74 19 0 0.30 0.82 0.59 38.37 0.69 0.24
Hex 69 4A 13 0 1E 52 3B 26 45 18
Octal 151 112 23 0 36 122 73 46 105 30
Binary 1101001 1001010 10011 0 11110 1010010 111011 100110 1000101 11000

Color Harmonies of #694A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A13

Black with #694A13

Text Example


Text Example

White with #694A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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