Html Css Color HEX #694614 Raw Umber

📋 copy color: '#694614'

red 105 ◦ green 70 ◦ blue 20

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

Shades of Raw Umber #694614

Tints of Raw Umber #694614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 53.85%
G = 35.9%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#694614 (or 0x694614) is known color: Raw Umber. HEX triplet: 69, 46 and 14. RGB value is (105,70,20). Sum of RGB (Red+Green+Blue) = 105+70+20=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694614 is #96B9EB. Grayscale: #4B4B4B. Windows color (decimal): -9877996 or 1328745. OLE color: 1328745.

HSL color Cylindrical-coordinate representation of color #694614: hue angle of 35.29º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #694614 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 70 20 -
CMYK 0 0.33 0.81 0.59
HSL 35.29º 0.68% 0.25% -
HSV(B) 35.29º 0.81% 0.41% -
XYZ 8.14 7.43 1.67 -
YUV 74.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 105 70 20 0 0.33 0.81 0.59 35.29 0.68 0.25
Hex 69 46 14 0 21 51 3B 23 44 19
Octal 151 106 24 0 41 121 73 43 104 31
Binary 1101001 1000110 10100 0 100001 1010001 111011 100011 1000100 11001

Color Harmonies of #694614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694614

Black with #694614

Text Example


Text Example

White with #694614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694614; }

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

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

background-color css

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

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

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

border-color css

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

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

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