Html Css Color HEX #694513 Raw Umber

📋 copy color: '#694513'

red 105 ◦ green 69 ◦ blue 19

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

Shades of Raw Umber #694513

Tints of Raw Umber #694513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.75%

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

R = 54.4%
G = 35.75%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#694513 (or 0x694513) is known color: Raw Umber. HEX triplet: 69, 45 and 13. RGB value is (105,69,19). Sum of RGB (Red+Green+Blue) = 105+69+19=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694513 is #96BAEC. Grayscale: #4A4A4A. Windows color (decimal): -9878253 or 1262953. OLE color: 1262953.

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

Color convert

RGB 105 69 19 -
CMYK 0 0.34 0.82 0.59
HSL 34.88º 0.69% 0.24% -
HSV(B) 34.88º 0.82% 0.41% -
XYZ 8.07 7.31 1.6 -
YUV 74.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 105 69 19 0 0.34 0.82 0.59 34.88 0.69 0.24
Hex 69 45 13 0 22 52 3B 23 45 18
Octal 151 105 23 0 42 122 73 43 105 30
Binary 1101001 1000101 10011 0 100010 1010010 111011 100011 1000101 11000

Color Harmonies of #694513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694513

Black with #694513

Text Example


Text Example

White with #694513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694513; }

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

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

background-color css

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

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

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

border-color css

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

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

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