#655216

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

Shades of Bronze Olive #655216

Tints of Bronze Olive #655216

Color information

#655216 (or 0x655216) is unknown color: approx Bronze Olive. HEX triplet: 65, 52 and 16. RGB value is (101,82,22). Sum of RGB (Red+Green+Blue) = 101+82+22=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #655216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655216 is #9AADE9. Grayscale: #515151. Windows color (decimal): -10137066 or 1462885. OLE color: 1462885.

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

Color convert

RGB1018222-
CMYK00.190.780.60
HSL45.57º64.23%24.12%-
HSV(B)45.57º78.22%39.61%-
XYZ8.538.862.02-
YUV80.8494.79142.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=49.27%
G=40%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101822200.190.780.6045.5764.2324.12
Hex6552160134E3C2e4018
Octal14512226023116745610030
Binary11001011010010101100100111001110111100101110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655216; }

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

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

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

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

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

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

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

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