#655121

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

Shades of Bronze Olive #655121

Tints of Bronze Olive #655121

Color information

#655121 (or 0x655121) is unknown color: approx Bronze Olive. HEX triplet: 65, 51 and 21. RGB value is (101,81,33). Sum of RGB (Red+Green+Blue) = 101+81+33=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #655121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655121 is #9AAEDE. Grayscale: #515151. Windows color (decimal): -10137311 or 2183525. OLE color: 2183525.

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

Color convert

RGB1018133-
CMYK00.200.670.60
HSL42.35º50.75%26.27%-
HSV(B)42.35º67.33%39.61%-
XYZ8.588.762.68-
YUV81.51100.63141.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=46.98%
G=37.67%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101813300.200.670.6042.3550.7526.27
Hex655121014433C2a331a
Octal1451214102410374526332
Binary11001011010001100001010100100001111110010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655121; }

 p { color: rgb(101,81,33); }

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

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

 a { background-color: rgb(101,81,33); }

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

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

 span { border-color: rgb(101,81,33); }

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