Html Css Color HEX #615413 Bronze Olive

📋 copy color: '#615413'

red 97 ◦ green 84 ◦ blue 19

#615413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #615413

Tints of Bronze Olive #615413

RGB

 RED value IS 97 (38.28% from 255) = 48.5%

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 48.5%
G = 42%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#615413 (or 0x615413) is known color: Bronze Olive. HEX triplet: 61, 54 and 13. RGB value is (97,84,19). Sum of RGB (Red+Green+Blue) = 97+84+19=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #615413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615413 is #9EABEC. Grayscale: #505050. Windows color (decimal): -10398701 or 1266785. OLE color: 1266785.

HSL color Cylindrical-coordinate representation of color #615413: hue angle of 50º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #615413 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 84 19 -
CMYK 0 0.13 0.80 0.62
HSL 50º 0.67% 0.23% -
HSV(B) 50º 0.8% 0.38% -
XYZ 8.22 8.93 1.91 -
YUV 80.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 97 84 19 0 0.13 0.80 0.62 50 0.67 0.23
Hex 61 54 13 0 D 50 3E 32 43 17
Octal 141 124 23 0 15 120 76 62 103 27
Binary 1100001 1010100 10011 0 1101 1010000 111110 110010 1000011 10111

Color Harmonies of #615413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615413

Black with #615413

Text Example


Text Example

White with #615413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615413; }

 p { color: rgb(97,84,19); }

 H1.HeaderClassName
 {
   color: #615413;
 }
 .AnyTagClassName
 {
   color: #615413;
 }
</style>

background-color css

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

 a { background-color: rgb(97,84,19); }

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

border-color css

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

 span { border-color: rgb(97,84,19); }

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