Html Css Color HEX #615507 Bronze Olive

📋 copy color: '#615507'

red 97 ◦ green 85 ◦ blue 7

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

Shades of Bronze Olive #615507

Tints of Bronze Olive #615507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 7 (3.13% from 255) = 3.7%

R = 51.32%
G = 44.97%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#615507 (or 0x615507) is known color: Bronze Olive. HEX triplet: 61, 55 and 07. RGB value is (97,85,7). Sum of RGB (Red+Green+Blue) = 97+85+7=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #615507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615507 is #9EAAF8. Grayscale: #505050. Windows color (decimal): -10398457 or 480609. OLE color: 480609.

HSL color Cylindrical-coordinate representation of color #615507: hue angle of 52º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #615507 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 7 -
CMYK 0 0.12 0.93 0.62
HSL 52º 0.87% 0.2% -
HSV(B) 52º 0.93% 0.38% -
XYZ 8.22 9.05 1.52 -
YUV 79.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 97 85 7 0 0.12 0.93 0.62 52 0.87 0.2
Hex 61 55 7 0 C 5D 3E 34 57 14
Octal 141 125 7 0 14 135 76 64 127 24
Binary 1100001 1010101 111 0 1100 1011101 111110 110100 1010111 10100

Color Harmonies of #615507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615507

Black with #615507

Text Example


Text Example

White with #615507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615507; }

 p { color: rgb(97,85,7); }

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

background-color css

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

 a { background-color: rgb(97,85,7); }

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

border-color css

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

 span { border-color: rgb(97,85,7); }

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