Html Css Color HEX #655220 Bronze Olive

📋 copy color: '#655220'

red 101 ◦ green 82 ◦ blue 32

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

Shades of Bronze Olive #655220

Tints of Bronze Olive #655220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 46.98%
G = 38.14%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#655220 (or 0x655220) is known color: Bronze Olive. HEX triplet: 65, 52 and 20. RGB value is (101,82,32). Sum of RGB (Red+Green+Blue) = 101+82+32=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #655220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655220 is #9AADDF. Grayscale: #525252. Windows color (decimal): -10137056 or 2118245. OLE color: 2118245.

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

Color convert

RGB 101 82 32 -
CMYK 0 0.19 0.68 0.60
HSL 43.48º 0.52% 0.26% -
HSV(B) 43.48º 0.68% 0.4% -
XYZ 8.64 8.91 2.63 -
YUV 81.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 101 82 32 0 0.19 0.68 0.60 43.48 0.52 0.26
Hex 65 52 20 0 13 44 3C 2B 34 1A
Octal 145 122 40 0 23 104 74 53 64 32
Binary 1100101 1010010 100000 0 10011 1000100 111100 101011 110100 11010

Color Harmonies of #655220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655220

Black with #655220

Text Example


Text Example

White with #655220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655220; }

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

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

background-color css

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

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

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

border-color css

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

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

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