Html Css Color HEX #655617 Bronze Olive

📋 copy color: '#655617'

red 101 ◦ green 86 ◦ blue 23

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

Shades of Bronze Olive #655617

Tints of Bronze Olive #655617

RGB

 RED value IS 101 (39.84% from 255) = 48.1%

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

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

R = 48.1%
G = 40.95%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#655617 (or 0x655617) is known color: Bronze Olive. HEX triplet: 65, 56 and 17. RGB value is (101,86,23). Sum of RGB (Red+Green+Blue) = 101+86+23=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #655617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655617 is #9AA9E8. Grayscale: #535353. Windows color (decimal): -10136041 or 1529445. OLE color: 1529445.

HSL color Cylindrical-coordinate representation of color #655617: hue angle of 48.46º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #655617 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 86 23 -
CMYK 0 0.15 0.77 0.60
HSL 48.46º 0.63% 0.24% -
HSV(B) 48.46º 0.77% 0.4% -
XYZ 8.85 9.48 2.17 -
YUV 83.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 101 86 23 0 0.15 0.77 0.60 48.46 0.63 0.24
Hex 65 56 17 0 F 4D 3C 30 3F 18
Octal 145 126 27 0 17 115 74 60 77 30
Binary 1100101 1010110 10111 0 1111 1001101 111100 110000 111111 11000

Color Harmonies of #655617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655617

Black with #655617

Text Example


Text Example

White with #655617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655617; }

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

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

background-color css

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

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

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

border-color css

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

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

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