#605318

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

Shades of Bronze Olive #605318

Tints of Bronze Olive #605318

Color information

#605318 (or 0x605318) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 18. RGB value is (96,83,24). Sum of RGB (Red+Green+Blue) = 96+83+24=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #605318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605318 is #9FACE7. Grayscale: #505050. Windows color (decimal): -10464488 or 1594208. OLE color: 1594208.

HSL color Cylindrical-coordinate representation of color #605318: hue angle of 49.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #605318 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB968324-
CMYK00.140.750.62
HSL49.17º60%23.53%-
HSV(B)49.17º75%37.65%-
XYZ8.088.742.13-
YUV80.1696.31139.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=47.29%
G=40.89%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96832400.140.750.6249.176023.53
Hex6053180E4B3E313c18
Octal1401233001611376617430
Binary110000010100111100001110100101111111011000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605318; }

 p { color: rgb(96,83,24); }

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

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

 a { background-color: rgb(96,83,24); }

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

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

 span { border-color: rgb(96,83,24); }

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