Html Css Color HEX #655420 Bronze Olive

📋 copy color: '#655420'

red 101 ◦ green 84 ◦ blue 32

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

Shades of Bronze Olive #655420

Tints of Bronze Olive #655420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 46.54%
G = 38.71%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#655420 (or 0x655420) is known color: Bronze Olive. HEX triplet: 65, 54 and 20. RGB value is (101,84,32). Sum of RGB (Red+Green+Blue) = 101+84+32=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #655420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655420 is #9AABDF. Grayscale: #535353. Windows color (decimal): -10136544 or 2118757. OLE color: 2118757.

HSL color Cylindrical-coordinate representation of color #655420: hue angle of 45.22º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #655420 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 84 32 -
CMYK 0 0.17 0.68 0.60
HSL 45.22º 0.52% 0.26% -
HSV(B) 45.22º 0.68% 0.4% -
XYZ 8.8 9.21 2.68 -
YUV 83.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 101 84 32 0 0.17 0.68 0.60 45.22 0.52 0.26
Hex 65 54 20 0 11 44 3C 2D 34 1A
Octal 145 124 40 0 21 104 74 55 64 32
Binary 1100101 1010100 100000 0 10001 1000100 111100 101101 110100 11010

Color Harmonies of #655420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655420

Black with #655420

Text Example


Text Example

White with #655420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655420; }

 p { color: rgb(101,84,32); }

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

background-color css

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

 a { background-color: rgb(101,84,32); }

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

border-color css

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

 span { border-color: rgb(101,84,32); }

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