#615318

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

Shades of Bronze Olive #615318

Tints of Bronze Olive #615318

Color information

#615318 (or 0x615318) is unknown color: approx Bronze Olive. HEX triplet: 61, 53 and 18. RGB value is (97,83,24). Sum of RGB (Red+Green+Blue) = 97+83+24=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #615318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615318 is #9EACE7. Grayscale: #505050. Windows color (decimal): -10398952 or 1594209. OLE color: 1594209.

HSL color Cylindrical-coordinate representation of color #615318: hue angle of 48.49º 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 #615318 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB978324-
CMYK00.140.750.62
HSL48.49º60.33%23.73%-
HSV(B)48.49º75.26%38.04%-
XYZ8.198.792.13-
YUV80.4696.14139.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=47.55%
G=40.69%
B=11.76%

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
Decimal97832400.140.750.6248.4960.3323.73
Hex6153180E4B3E303c18
Octal1411233001611376607430
Binary110000110100111100001110100101111111011000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615318; }

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

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

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

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

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

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

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

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