Html Css Color HEX #694904 Raw Umber

📋 copy color: '#694904'

red 105 ◦ green 73 ◦ blue 4

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

Shades of Raw Umber #694904

Tints of Raw Umber #694904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.11%

 BLUE value IS 4 (1.95% from 255) = 2.2%

R = 57.69%
G = 40.11%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#694904 (or 0x694904) is known color: Raw Umber. HEX triplet: 69, 49 and 04. RGB value is (105,73,4). Sum of RGB (Red+Green+Blue) = 105+73+4=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #694904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694904 is #96B6FB. Grayscale: #4B4B4B. Windows color (decimal): -9877244 or 280937. OLE color: 280937.

HSL color Cylindrical-coordinate representation of color #694904: hue angle of 40.99º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #694904 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 4 -
CMYK 0 0.30 0.96 0.59
HSL 40.99º 0.93% 0.21% -
HSV(B) 40.99º 0.96% 0.41% -
XYZ 8.23 7.78 1.18 -
YUV 74.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 105 73 4 0 0.30 0.96 0.59 40.99 0.93 0.21
Hex 69 49 4 0 1E 60 3B 29 5D 15
Octal 151 111 4 0 36 140 73 51 135 25
Binary 1101001 1001001 100 0 11110 1100000 111011 101001 1011101 10101

Color Harmonies of #694904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694904

Black with #694904

Text Example


Text Example

White with #694904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694904; }

 p { color: rgb(105,73,4); }

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

background-color css

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

 a { background-color: rgb(105,73,4); }

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

border-color css

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

 span { border-color: rgb(105,73,4); }

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