Html Css Color HEX #694804 Raw Umber

📋 copy color: '#694804'

red 105 ◦ green 72 ◦ blue 4

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

Shades of Raw Umber #694804

Tints of Raw Umber #694804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.78%

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

R = 58.01%
G = 39.78%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#694804 (or 0x694804) is known color: Raw Umber. HEX triplet: 69, 48 and 04. RGB value is (105,72,4). Sum of RGB (Red+Green+Blue) = 105+72+4=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694804 is #96B7FB. Grayscale: #4A4A4A. Windows color (decimal): -9877500 or 280681. OLE color: 280681.

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

Color convert

RGB 105 72 4 -
CMYK 0 0.31 0.96 0.59
HSL 40.4º 0.93% 0.21% -
HSV(B) 40.4º 0.96% 0.41% -
XYZ 8.16 7.65 1.16 -
YUV 74.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 105 72 4 0 0.31 0.96 0.59 40.4 0.93 0.21
Hex 69 48 4 0 1F 60 3B 28 5D 15
Octal 151 110 4 0 37 140 73 50 135 25
Binary 1101001 1001000 100 0 11111 1100000 111011 101000 1011101 10101

Color Harmonies of #694804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694804

Black with #694804

Text Example


Text Example

White with #694804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694804; }

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

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

background-color css

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

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

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

border-color css

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

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

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