Html Css Color HEX #685105 Raw Umber

📋 copy color: '#685105'

red 104 ◦ green 81 ◦ blue 5

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

Shades of Raw Umber #685105

Tints of Raw Umber #685105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.63%

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

R = 54.74%
G = 42.63%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#685105 (or 0x685105) is known color: Raw Umber. HEX triplet: 68, 51 and 05. RGB value is (104,81,5). Sum of RGB (Red+Green+Blue) = 104+81+5=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #685105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685105 is #97AEFA. Grayscale: #4F4F4F. Windows color (decimal): -9940731 or 348520. OLE color: 348520.

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

Color convert

RGB 104 81 5 -
CMYK 0 0.22 0.95 0.59
HSL 46.06º 0.91% 0.21% -
HSV(B) 46.06º 0.95% 0.41% -
XYZ 8.68 8.84 1.39 -
YUV 79.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 104 81 5 0 0.22 0.95 0.59 46.06 0.91 0.21
Hex 68 51 5 0 16 5F 3B 2E 5B 15
Octal 150 121 5 0 26 137 73 56 133 25
Binary 1101000 1010001 101 0 10110 1011111 111011 101110 1011011 10101

Color Harmonies of #685105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685105

Black with #685105

Text Example


Text Example

White with #685105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685105; }

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

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

background-color css

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

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

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

border-color css

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

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

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