Html Css Color HEX #694803 Raw Umber

📋 copy color: '#694803'

red 105 ◦ green 72 ◦ blue 3

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

Shades of Raw Umber #694803

Tints of Raw Umber #694803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.67%

R = 58.33%
G = 40%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#694803 (or 0x694803) is known color: Raw Umber. HEX triplet: 69, 48 and 03. RGB value is (105,72,3). Sum of RGB (Red+Green+Blue) = 105+72+3=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #694803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694803 is #96B7FC. Grayscale: #4A4A4A. Windows color (decimal): -9877501 or 215145. OLE color: 215145.

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

Color convert

RGB 105 72 3 -
CMYK 0 0.31 0.97 0.59
HSL 40.59º 0.94% 0.21% -
HSV(B) 40.59º 0.97% 0.41% -
XYZ 8.16 7.64 1.13 -
YUV 74 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 105 72 3 0 0.31 0.97 0.59 40.59 0.94 0.21
Hex 69 48 3 0 1F 61 3B 29 5E 15
Octal 151 110 3 0 37 141 73 51 136 25
Binary 1101001 1001000 11 0 11111 1100001 111011 101001 1011110 10101

Color Harmonies of #694803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694803

Black with #694803

Text Example


Text Example

White with #694803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694803; }

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

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

background-color css

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

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

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

border-color css

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

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

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