Html Css Color HEX #685305 Raw Umber

📋 copy color: '#685305'

red 104 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #685305

Tints of Raw Umber #685305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 54.17%
G = 43.23%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#685305 (or 0x685305) is known color: Raw Umber. HEX triplet: 68, 53 and 05. RGB value is (104,83,5). Sum of RGB (Red+Green+Blue) = 104+83+5=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685305 is #97ACFA. Grayscale: #505050. Windows color (decimal): -9940219 or 349032. OLE color: 349032.

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

Color convert

RGB 104 83 5 -
CMYK 0 0.20 0.95 0.59
HSL 47.27º 0.91% 0.21% -
HSV(B) 47.27º 0.95% 0.41% -
XYZ 8.83 9.14 1.44 -
YUV 80.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 104 83 5 0 0.20 0.95 0.59 47.27 0.91 0.21
Hex 68 53 5 0 14 5F 3B 2F 5B 15
Octal 150 123 5 0 24 137 73 57 133 25
Binary 1101000 1010011 101 0 10100 1011111 111011 101111 1011011 10101

Color Harmonies of #685305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685305

Black with #685305

Text Example


Text Example

White with #685305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685305; }

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

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

background-color css

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

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

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

border-color css

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

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

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