Html Css Color HEX #615415 Bronze Olive

📋 copy color: '#615415'

red 97 ◦ green 84 ◦ blue 21

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

Shades of Bronze Olive #615415

Tints of Bronze Olive #615415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 48.02%
G = 41.58%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#615415 (or 0x615415) is known color: Bronze Olive. HEX triplet: 61, 54 and 15. RGB value is (97,84,21). Sum of RGB (Red+Green+Blue) = 97+84+21=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615415 is #9EABEA. Grayscale: #505050. Windows color (decimal): -10398699 or 1397857. OLE color: 1397857.

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

Color convert

RGB 97 84 21 -
CMYK 0 0.13 0.78 0.62
HSL 49.74º 0.64% 0.23% -
HSV(B) 49.74º 0.78% 0.38% -
XYZ 8.24 8.94 2 -
YUV 80.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 97 84 21 0 0.13 0.78 0.62 49.74 0.64 0.23
Hex 61 54 15 0 D 4E 3E 32 40 17
Octal 141 124 25 0 15 116 76 62 100 27
Binary 1100001 1010100 10101 0 1101 1001110 111110 110010 1000000 10111

Color Harmonies of #615415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615415

Black with #615415

Text Example


Text Example

White with #615415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615415; }

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

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

background-color css

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

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

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

border-color css

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

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

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