Html Css Color HEX #61570C Bronze Olive

📋 copy color: '#61570C'

red 97 ◦ green 87 ◦ blue 12

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

Shades of Bronze Olive #61570C

Tints of Bronze Olive #61570C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 49.49%
G = 44.39%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61570C (or 0x61570C) is known color: Bronze Olive. HEX triplet: 61, 57 and 0C. RGB value is (97,87,12). Sum of RGB (Red+Green+Blue) = 97+87+12=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61570C is #9EA8F3. Grayscale: #515151. Windows color (decimal): -10397940 or 808801. OLE color: 808801.

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

Color convert

RGB 97 87 12 -
CMYK 0 0.10 0.88 0.62
HSL 52.94º 0.78% 0.21% -
HSV(B) 52.94º 0.88% 0.38% -
XYZ 8.4 9.38 1.72 -
YUV 81.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 97 87 12 0 0.10 0.88 0.62 52.94 0.78 0.21
Hex 61 57 C 0 A 58 3E 35 4E 15
Octal 141 127 14 0 12 130 76 65 116 25
Binary 1100001 1010111 1100 0 1010 1011000 111110 110101 1001110 10101

Color Harmonies of #61570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61570C

Black with #61570C

Text Example


Text Example

White with #61570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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