Html Css Color HEX #685304 Raw Umber

📋 copy color: '#685304'

red 104 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #685304

Tints of Raw Umber #685304

RGB

 RED value IS 104 (41.02% from 255) = 54.45%

 GREEN value IS 83 (32.81% from 255) = 43.46%

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

R = 54.45%
G = 43.46%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#685304 (or 0x685304) is known color: Raw Umber. HEX triplet: 68, 53 and 04. RGB value is (104,83,4). Sum of RGB (Red+Green+Blue) = 104+83+4=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #685304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685304 is #97ACFB. Grayscale: #505050. Windows color (decimal): -9940220 or 283496. OLE color: 283496.

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

Color convert

RGB 104 83 4 -
CMYK 0 0.20 0.96 0.59
HSL 47.4º 0.93% 0.21% -
HSV(B) 47.4º 0.96% 0.41% -
XYZ 8.82 9.14 1.41 -
YUV 80.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 104 83 4 0 0.20 0.96 0.59 47.4 0.93 0.21
Hex 68 53 4 0 14 60 3B 2F 5D 15
Octal 150 123 4 0 24 140 73 57 135 25
Binary 1101000 1010011 100 0 10100 1100000 111011 101111 1011101 10101

Color Harmonies of #685304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685304

Black with #685304

Text Example


Text Example

White with #685304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685304; }

 p { color: rgb(104,83,4); }

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

background-color css

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

 a { background-color: rgb(104,83,4); }

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

border-color css

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

 span { border-color: rgb(104,83,4); }

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