Html Css Color HEX #615707 Bronze Olive

📋 copy color: '#615707'

red 97 ◦ green 87 ◦ blue 7

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

Shades of Bronze Olive #615707

Tints of Bronze Olive #615707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

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

R = 50.79%
G = 45.55%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#615707 (or 0x615707) is known color: Bronze Olive. HEX triplet: 61, 57 and 07. RGB value is (97,87,7). Sum of RGB (Red+Green+Blue) = 97+87+7=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #615707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615707 is #9EA8F8. Grayscale: #515151. Windows color (decimal): -10397945 or 481121. OLE color: 481121.

HSL color Cylindrical-coordinate representation of color #615707: hue angle of 53.33º 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 #615707 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 87 7 -
CMYK 0 0.10 0.93 0.62
HSL 53.33º 0.87% 0.2% -
HSV(B) 53.33º 0.93% 0.38% -
XYZ 8.38 9.37 1.57 -
YUV 80.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 97 87 7 0 0.10 0.93 0.62 53.33 0.87 0.2
Hex 61 57 7 0 A 5D 3E 35 57 14
Octal 141 127 7 0 12 135 76 65 127 24
Binary 1100001 1010111 111 0 1010 1011101 111110 110101 1010111 10100

Color Harmonies of #615707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615707

Black with #615707

Text Example


Text Example

White with #615707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615707; }

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

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

background-color css

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

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

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

border-color css

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

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

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