Html Css Color HEX #685518 Bronze Olive

📋 copy color: '#685518'

red 104 ◦ green 85 ◦ blue 24

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

Shades of Bronze Olive #685518

Tints of Bronze Olive #685518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 48.83%
G = 39.91%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#685518 (or 0x685518) is known color: Bronze Olive. HEX triplet: 68, 55 and 18. RGB value is (104,85,24). Sum of RGB (Red+Green+Blue) = 104+85+24=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #685518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685518 is #97AAE7. Grayscale: #535353. Windows color (decimal): -9939688 or 1594728. OLE color: 1594728.

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

Color convert

RGB 104 85 24 -
CMYK 0 0.18 0.77 0.59
HSL 45.75º 0.63% 0.25% -
HSV(B) 45.75º 0.77% 0.41% -
XYZ 9.12 9.51 2.22 -
YUV 83.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 104 85 24 0 0.18 0.77 0.59 45.75 0.63 0.25
Hex 68 55 18 0 12 4D 3B 2E 3E 19
Octal 150 125 30 0 22 115 73 56 76 31
Binary 1101000 1010101 11000 0 10010 1001101 111011 101110 111110 11001

Color Harmonies of #685518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685518

Black with #685518

Text Example


Text Example

White with #685518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685518; }

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

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

background-color css

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

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

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

border-color css

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

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

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