Html Css Color HEX #685617 Bronze Olive

📋 copy color: '#685617'

red 104 ◦ green 86 ◦ blue 23

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

Shades of Bronze Olive #685617

Tints of Bronze Olive #685617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 48.83%
G = 40.38%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#685617 (or 0x685617) is known color: Bronze Olive. HEX triplet: 68, 56 and 17. RGB value is (104,86,23). Sum of RGB (Red+Green+Blue) = 104+86+23=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #685617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685617 is #97A9E8. Grayscale: #545454. Windows color (decimal): -9939433 or 1529448. OLE color: 1529448.

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

Color convert

RGB 104 86 23 -
CMYK 0 0.17 0.78 0.59
HSL 46.67º 0.64% 0.25% -
HSV(B) 46.67º 0.78% 0.41% -
XYZ 9.19 9.66 2.19 -
YUV 84.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 104 86 23 0 0.17 0.78 0.59 46.67 0.64 0.25
Hex 68 56 17 0 11 4E 3B 2F 40 19
Octal 150 126 27 0 21 116 73 57 100 31
Binary 1101000 1010110 10111 0 10001 1001110 111011 101111 1000000 11001

Color Harmonies of #685617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685617

Black with #685617

Text Example


Text Example

White with #685617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685617; }

 p { color: rgb(104,86,23); }

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

background-color css

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

 a { background-color: rgb(104,86,23); }

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

border-color css

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

 span { border-color: rgb(104,86,23); }

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