#655215

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

Shades of Bronze Olive #655215

Tints of Bronze Olive #655215

Color information

#655215 (or 0x655215) is unknown color: approx Bronze Olive. HEX triplet: 65, 52 and 15. RGB value is (101,82,21). Sum of RGB (Red+Green+Blue) = 101+82+21=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #655215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655215 is #9AADEA. Grayscale: #505050. Windows color (decimal): -10137067 or 1397349. OLE color: 1397349.

HSL color Cylindrical-coordinate representation of color #655215: hue angle of 45.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #655215 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1018221-
CMYK00.190.790.60
HSL45.75º65.57%23.92%-
HSV(B)45.75º79.21%39.61%-
XYZ8.528.861.97-
YUV80.7394.29142.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=49.51%
G=40.20%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101822100.190.790.6045.7565.5723.92
Hex6552150134F3C2e4218
Octal14512225023117745610230
Binary11001011010010101010100111001111111100101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655215; }

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

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

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

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

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

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

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

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