Html Css Color HEX #615416 Bronze Olive

📋 copy color: '#615416'

red 97 ◦ green 84 ◦ blue 22

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

Shades of Bronze Olive #615416

Tints of Bronze Olive #615416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 47.78%
G = 41.38%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#615416 (or 0x615416) is known color: Bronze Olive. HEX triplet: 61, 54 and 16. RGB value is (97,84,22). Sum of RGB (Red+Green+Blue) = 97+84+22=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #615416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615416 is #9EABE9. Grayscale: #515151. Windows color (decimal): -10398698 or 1463393. OLE color: 1463393.

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

Color convert

RGB 97 84 22 -
CMYK 0 0.13 0.77 0.62
HSL 49.6º 0.63% 0.23% -
HSV(B) 49.6º 0.77% 0.38% -
XYZ 8.24 8.94 2.05 -
YUV 80.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 97 84 22 0 0.13 0.77 0.62 49.6 0.63 0.23
Hex 61 54 16 0 D 4D 3E 32 3F 17
Octal 141 124 26 0 15 115 76 62 77 27
Binary 1100001 1010100 10110 0 1101 1001101 111110 110010 111111 10111

Color Harmonies of #615416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615416

Black with #615416

Text Example


Text Example

White with #615416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615416; }

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

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

background-color css

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

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

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

border-color css

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

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

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