Html Css Color HEX #694213 Raw Umber

📋 copy color: '#694213'

red 105 ◦ green 66 ◦ blue 19

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

Shades of Raw Umber #694213

Tints of Raw Umber #694213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 55.26%
G = 34.74%
B = 10%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#694213 (or 0x694213) is known color: Raw Umber. HEX triplet: 69, 42 and 13. RGB value is (105,66,19). Sum of RGB (Red+Green+Blue) = 105+66+19=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694213 is #96BDEC. Grayscale: #484848. Windows color (decimal): -9879021 or 1262185. OLE color: 1262185.

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

Color convert

RGB 105 66 19 -
CMYK 0 0.37 0.82 0.59
HSL 32.79º 0.69% 0.24% -
HSV(B) 32.79º 0.82% 0.41% -
XYZ 7.89 6.95 1.54 -
YUV 72.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 105 66 19 0 0.37 0.82 0.59 32.79 0.69 0.24
Hex 69 42 13 0 25 52 3B 21 45 18
Octal 151 102 23 0 45 122 73 41 105 30
Binary 1101001 1000010 10011 0 100101 1010010 111011 100001 1000101 11000

Color Harmonies of #694213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694213

Black with #694213

Text Example


Text Example

White with #694213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694213; }

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

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

background-color css

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

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

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

border-color css

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

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

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