Html Css Color HEX #685004 Raw Umber

📋 copy color: '#685004'

red 104 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #685004

Tints of Raw Umber #685004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

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

R = 55.32%
G = 42.55%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#685004 (or 0x685004) is known color: Raw Umber. HEX triplet: 68, 50 and 04. RGB value is (104,80,4). Sum of RGB (Red+Green+Blue) = 104+80+4=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #685004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685004 is #97AFFB. Grayscale: #4E4E4E. Windows color (decimal): -9940988 or 282728. OLE color: 282728.

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

Color convert

RGB 104 80 4 -
CMYK 0 0.23 0.96 0.59
HSL 45.6º 0.93% 0.21% -
HSV(B) 45.6º 0.96% 0.41% -
XYZ 8.6 8.69 1.34 -
YUV 78.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 104 80 4 0 0.23 0.96 0.59 45.6 0.93 0.21
Hex 68 50 4 0 17 60 3B 2E 5D 15
Octal 150 120 4 0 27 140 73 56 135 25
Binary 1101000 1010000 100 0 10111 1100000 111011 101110 1011101 10101

Color Harmonies of #685004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685004

Black with #685004

Text Example


Text Example

White with #685004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685004; }

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

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

background-color css

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

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

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

border-color css

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

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

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