#655412

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

Shades of Bronze Olive #655412

Tints of Bronze Olive #655412

Color information

#655412 (or 0x655412) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 12. RGB value is (101,84,18). Sum of RGB (Red+Green+Blue) = 101+84+18=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #655412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655412 is #9AABED. Grayscale: #515151. Windows color (decimal): -10136558 or 1201253. OLE color: 1201253.

HSL color Cylindrical-coordinate representation of color #655412: hue angle of 47.71º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #655412 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB1018418-
CMYK00.170.820.60
HSL47.71º69.75%23.33%-
HSV(B)47.71º82.18%39.61%-
XYZ8.659.151.88-
YUV81.5692.13141.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=49.75%
G=41.38%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101841800.170.820.6047.7169.7523.33
Hex655412011523C304617
Octal14512422021122746010627
Binary11001011010100100100100011010010111100110000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655412; }

 p { color: rgb(101,84,18); }

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

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

 a { background-color: rgb(101,84,18); }

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

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

 span { border-color: rgb(101,84,18); }

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