Html Css Color HEX #685D04 Raw Umber

📋 copy color: '#685D04'

red 104 ◦ green 93 ◦ blue 4

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

Shades of Raw Umber #685D04

Tints of Raw Umber #685D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.27%

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

R = 51.74%
G = 46.27%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#685D04 (or 0x685D04) is known color: Raw Umber. HEX triplet: 68, 5D and 04. RGB value is (104,93,4). Sum of RGB (Red+Green+Blue) = 104+93+4=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #685D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D04 is #97A2FB. Grayscale: #565656. Windows color (decimal): -9937660 or 286056. OLE color: 286056.

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

Color convert

RGB 104 93 4 -
CMYK 0 0.11 0.96 0.59
HSL 53.4º 0.93% 0.21% -
HSV(B) 53.4º 0.96% 0.41% -
XYZ 9.65 10.78 1.69 -
YUV 86.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 104 93 4 0 0.11 0.96 0.59 53.4 0.93 0.21
Hex 68 5D 4 0 B 60 3B 35 5D 15
Octal 150 135 4 0 13 140 73 65 135 25
Binary 1101000 1011101 100 0 1011 1100000 111011 110101 1011101 10101

Color Harmonies of #685D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D04

Black with #685D04

Text Example


Text Example

White with #685D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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