Html Css Color HEX #694A04 Raw Umber

📋 copy color: '#694A04'

red 105 ◦ green 74 ◦ blue 4

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

Shades of Raw Umber #694A04

Tints of Raw Umber #694A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.44%

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

R = 57.38%
G = 40.44%
B = 2.19%

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

#694A04 (or 0x694A04) is known color: Raw Umber. HEX triplet: 69, 4A and 04. RGB value is (105,74,4). Sum of RGB (Red+Green+Blue) = 105+74+4=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A04 is #96B5FB. Grayscale: #4B4B4B. Windows color (decimal): -9876988 or 281193. OLE color: 281193.

HSL color Cylindrical-coordinate representation of color #694A04: hue angle of 41.58º 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 #694A04 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 74 4 -
CMYK 0 0.30 0.96 0.59
HSL 41.58º 0.93% 0.21% -
HSV(B) 41.58º 0.96% 0.41% -
XYZ 8.3 7.91 1.2 -
YUV 75.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 105 74 4 0 0.30 0.96 0.59 41.58 0.93 0.21
Hex 69 4A 4 0 1E 60 3B 2A 5D 15
Octal 151 112 4 0 36 140 73 52 135 25
Binary 1101001 1001010 100 0 11110 1100000 111011 101010 1011101 10101

Color Harmonies of #694A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A04

Black with #694A04

Text Example


Text Example

White with #694A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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