#655020

Color #655020 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #655020

Tints of Bronze Olive #655020

Color information

#655020 (or 0x655020) is unknown color: approx Bronze Olive. HEX triplet: 65, 50 and 20. RGB value is (101,80,32). Sum of RGB (Red+Green+Blue) = 101+80+32=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #655020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655020 is #9AAFDF. Grayscale: #515151. Windows color (decimal): -10137568 or 2117733. OLE color: 2117733.

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

Color convert

RGB1018032-
CMYK00.210.680.60
HSL41.74º51.88%26.08%-
HSV(B)41.74º68.32%39.61%-
XYZ8.58.612.58-
YUV80.81100.46142.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=47.42%
G=37.56%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101803200.210.680.6041.7451.8826.08
Hex655020015443C2a341a
Octal1451204002510474526432
Binary11001011010000100000010101100010011110010101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655020; }

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

 H1.HeaderClassName
 {
   color: #655020;
 }
 .AnyTagClassName
 {
   color: #655020;
 }
</style>
background-color css

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

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

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

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

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

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