Html Css Color HEX #615012 Bronze Olive

📋 copy color: '#615012'

red 97 ◦ green 80 ◦ blue 18

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

Shades of Bronze Olive #615012

Tints of Bronze Olive #615012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 49.74%
G = 41.03%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#615012 (or 0x615012) is known color: Bronze Olive. HEX triplet: 61, 50 and 12. RGB value is (97,80,18). Sum of RGB (Red+Green+Blue) = 97+80+18=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #615012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615012 is #9EAFED. Grayscale: #4E4E4E. Windows color (decimal): -10399726 or 1200225. OLE color: 1200225.

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

Color convert

RGB 97 80 18 -
CMYK 0 0.18 0.81 0.62
HSL 47.09º 0.69% 0.23% -
HSV(B) 47.09º 0.81% 0.38% -
XYZ 7.91 8.32 1.76 -
YUV 78.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 97 80 18 0 0.18 0.81 0.62 47.09 0.69 0.23
Hex 61 50 12 0 12 51 3E 2F 45 17
Octal 141 120 22 0 22 121 76 57 105 27
Binary 1100001 1010000 10010 0 10010 1010001 111110 101111 1000101 10111

Color Harmonies of #615012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615012

Black with #615012

Text Example


Text Example

White with #615012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615012; }

 p { color: rgb(97,80,18); }

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

background-color css

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

 a { background-color: rgb(97,80,18); }

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

border-color css

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

 span { border-color: rgb(97,80,18); }

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