Html Css Color HEX #694613 Raw Umber

📋 copy color: '#694613'

red 105 ◦ green 70 ◦ blue 19

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

Shades of Raw Umber #694613

Tints of Raw Umber #694613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

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

R = 54.12%
G = 36.08%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#694613 (or 0x694613) is known color: Raw Umber. HEX triplet: 69, 46 and 13. RGB value is (105,70,19). Sum of RGB (Red+Green+Blue) = 105+70+19=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694613 is #96B9EC. Grayscale: #4A4A4A. Windows color (decimal): -9877997 or 1263209. OLE color: 1263209.

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

Color convert

RGB 105 70 19 -
CMYK 0 0.33 0.82 0.59
HSL 35.58º 0.69% 0.24% -
HSV(B) 35.58º 0.82% 0.41% -
XYZ 8.13 7.43 1.62 -
YUV 74.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 105 70 19 0 0.33 0.82 0.59 35.58 0.69 0.24
Hex 69 46 13 0 21 52 3B 24 45 18
Octal 151 106 23 0 41 122 73 44 105 30
Binary 1101001 1000110 10011 0 100001 1010010 111011 100100 1000101 11000

Color Harmonies of #694613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694613

Black with #694613

Text Example


Text Example

White with #694613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694613; }

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

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

background-color css

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

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

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

border-color css

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

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

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