Html Css Color HEX #655610 Bronze Olive

📋 copy color: '#655610'

red 101 ◦ green 86 ◦ blue 16

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

Shades of Bronze Olive #655610

Tints of Bronze Olive #655610

RGB

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

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

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

R = 49.75%
G = 42.36%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#655610 (or 0x655610) is known color: Bronze Olive. HEX triplet: 65, 56 and 10. RGB value is (101,86,16). Sum of RGB (Red+Green+Blue) = 101+86+16=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #655610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655610 is #9AA9EF. Grayscale: #525252. Windows color (decimal): -10136048 or 1070693. OLE color: 1070693.

HSL color Cylindrical-coordinate representation of color #655610: hue angle of 49.41º 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 #655610 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 86 16 -
CMYK 0 0.15 0.84 0.60
HSL 49.41º 0.73% 0.23% -
HSV(B) 49.41º 0.84% 0.4% -
XYZ 8.79 9.46 1.85 -
YUV 82.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 101 86 16 0 0.15 0.84 0.60 49.41 0.73 0.23
Hex 65 56 10 0 F 54 3C 31 49 17
Octal 145 126 20 0 17 124 74 61 111 27
Binary 1100101 1010110 10000 0 1111 1010100 111100 110001 1001001 10111

Color Harmonies of #655610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655610

Black with #655610

Text Example


Text Example

White with #655610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655610; }

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

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

background-color css

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

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

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

border-color css

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

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

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