Html Css Color HEX #685318 Raw Umber

📋 copy color: '#685318'

red 104 ◦ green 83 ◦ blue 24

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

Shades of Raw Umber #685318

Tints of Raw Umber #685318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 49.29%
G = 39.34%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#685318 (or 0x685318) is known color: Raw Umber. HEX triplet: 68, 53 and 18. RGB value is (104,83,24). Sum of RGB (Red+Green+Blue) = 104+83+24=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #685318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685318 is #97ACE7. Grayscale: #525252. Windows color (decimal): -9940200 or 1594216. OLE color: 1594216.

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

Color convert

RGB 104 83 24 -
CMYK 0 0.20 0.77 0.59
HSL 44.25º 0.63% 0.25% -
HSV(B) 44.25º 0.77% 0.41% -
XYZ 8.97 9.2 2.17 -
YUV 82.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 104 83 24 0 0.20 0.77 0.59 44.25 0.63 0.25
Hex 68 53 18 0 14 4D 3B 2C 3E 19
Octal 150 123 30 0 24 115 73 54 76 31
Binary 1101000 1010011 11000 0 10100 1001101 111011 101100 111110 11001

Color Harmonies of #685318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685318

Black with #685318

Text Example


Text Example

White with #685318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685318; }

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

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

background-color css

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

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

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

border-color css

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

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

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