Html Css Color HEX #615010 Bronze Olive

📋 copy color: '#615010'

red 97 ◦ green 80 ◦ blue 16

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

Shades of Bronze Olive #615010

Tints of Bronze Olive #615010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 50.26%
G = 41.45%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#615010 (or 0x615010) is known color: Bronze Olive. HEX triplet: 61, 50 and 10. RGB value is (97,80,16). Sum of RGB (Red+Green+Blue) = 97+80+16=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #615010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615010 is #9EAFEF. Grayscale: #4E4E4E. Windows color (decimal): -10399728 or 1069153. OLE color: 1069153.

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

Color convert

RGB 97 80 16 -
CMYK 0 0.18 0.84 0.62
HSL 47.41º 0.72% 0.22% -
HSV(B) 47.41º 0.84% 0.38% -
XYZ 7.89 8.32 1.68 -
YUV 77.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 97 80 16 0 0.18 0.84 0.62 47.41 0.72 0.22
Hex 61 50 10 0 12 54 3E 2F 48 16
Octal 141 120 20 0 22 124 76 57 110 26
Binary 1100001 1010000 10000 0 10010 1010100 111110 101111 1001000 10110

Color Harmonies of #615010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615010

Black with #615010

Text Example


Text Example

White with #615010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615010; }

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

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

background-color css

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

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

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

border-color css

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

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

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