Html Css Color HEX #61540F Bronze Olive

📋 copy color: '#61540F'

red 97 ◦ green 84 ◦ blue 15

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

Shades of Bronze Olive #61540F

Tints of Bronze Olive #61540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.86%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 49.49%
G = 42.86%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61540F (or 0x61540F) is known color: Bronze Olive. HEX triplet: 61, 54 and 0F. RGB value is (97,84,15). Sum of RGB (Red+Green+Blue) = 97+84+15=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61540F is #9EABF0. Grayscale: #505050. Windows color (decimal): -10398705 or 1004641. OLE color: 1004641.

HSL color Cylindrical-coordinate representation of color #61540F: hue angle of 50.49º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61540F is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 84 15 -
CMYK 0 0.13 0.85 0.62
HSL 50.49º 0.73% 0.22% -
HSV(B) 50.49º 0.85% 0.38% -
XYZ 8.19 8.92 1.74 -
YUV 80.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 97 84 15 0 0.13 0.85 0.62 50.49 0.73 0.22
Hex 61 54 F 0 D 55 3E 32 49 16
Octal 141 124 17 0 15 125 76 62 111 26
Binary 1100001 1010100 1111 0 1101 1010101 111110 110010 1001001 10110

Color Harmonies of #61540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61540F

Black with #61540F

Text Example


Text Example

White with #61540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61540F; }

 p { color: rgb(97,84,15); }

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

background-color css

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

 a { background-color: rgb(97,84,15); }

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

border-color css

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

 span { border-color: rgb(97,84,15); }

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