Html Css Color HEX #655510 Bronze Olive

📋 copy color: '#655510'

red 101 ◦ green 85 ◦ blue 16

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

Shades of Bronze Olive #655510

Tints of Bronze Olive #655510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 50%
G = 42.08%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#655510 (or 0x655510) is known color: Bronze Olive. HEX triplet: 65, 55 and 10. RGB value is (101,85,16). Sum of RGB (Red+Green+Blue) = 101+85+16=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #655510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655510 is #9AAAEF. Grayscale: #525252. Windows color (decimal): -10136304 or 1070437. OLE color: 1070437.

HSL color Cylindrical-coordinate representation of color #655510: hue angle of 48.71º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #655510 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 85 16 -
CMYK 0 0.16 0.84 0.60
HSL 48.71º 0.73% 0.23% -
HSV(B) 48.71º 0.84% 0.4% -
XYZ 8.71 9.3 1.83 -
YUV 81.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 101 85 16 0 0.16 0.84 0.60 48.71 0.73 0.23
Hex 65 55 10 0 10 54 3C 31 49 17
Octal 145 125 20 0 20 124 74 61 111 27
Binary 1100101 1010101 10000 0 10000 1010100 111100 110001 1001001 10111

Color Harmonies of #655510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655510

Black with #655510

Text Example


Text Example

White with #655510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655510; }

 p { color: rgb(101,85,16); }

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

background-color css

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

 a { background-color: rgb(101,85,16); }

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

border-color css

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

 span { border-color: rgb(101,85,16); }

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