Html Css Color HEX #61570A Bronze Olive

📋 copy color: '#61570A'

red 97 ◦ green 87 ◦ blue 10

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

Shades of Bronze Olive #61570A

Tints of Bronze Olive #61570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 50%
G = 44.85%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#61570A (or 0x61570A) is known color: Bronze Olive. HEX triplet: 61, 57 and 0A. RGB value is (97,87,10). Sum of RGB (Red+Green+Blue) = 97+87+10=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61570A is #9EA8F5. Grayscale: #515151. Windows color (decimal): -10397942 or 677729. OLE color: 677729.

HSL color Cylindrical-coordinate representation of color #61570A: hue angle of 53.1º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61570A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 87 10 -
CMYK 0 0.10 0.90 0.62
HSL 53.1º 0.81% 0.21% -
HSV(B) 53.1º 0.9% 0.38% -
XYZ 8.39 9.38 1.66 -
YUV 81.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 97 87 10 0 0.10 0.90 0.62 53.1 0.81 0.21
Hex 61 57 A 0 A 5A 3E 35 51 15
Octal 141 127 12 0 12 132 76 65 121 25
Binary 1100001 1010111 1010 0 1010 1011010 111110 110101 1010001 10101

Color Harmonies of #61570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61570A

Black with #61570A

Text Example


Text Example

White with #61570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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