Html Css Color HEX #61540D Bronze Olive

📋 copy color: '#61540D'

red 97 ◦ green 84 ◦ blue 13

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

Shades of Bronze Olive #61540D

Tints of Bronze Olive #61540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 50%
G = 43.3%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61540D (or 0x61540D) is known color: Bronze Olive. HEX triplet: 61, 54 and 0D. RGB value is (97,84,13). Sum of RGB (Red+Green+Blue) = 97+84+13=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61540D is #9EABF2. Grayscale: #505050. Windows color (decimal): -10398707 or 873569. OLE color: 873569.

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

Color convert

RGB 97 84 13 -
CMYK 0 0.13 0.87 0.62
HSL 50.71º 0.76% 0.22% -
HSV(B) 50.71º 0.87% 0.38% -
XYZ 8.17 8.91 1.67 -
YUV 79.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 97 84 13 0 0.13 0.87 0.62 50.71 0.76 0.22
Hex 61 54 D 0 D 57 3E 33 4C 16
Octal 141 124 15 0 15 127 76 63 114 26
Binary 1100001 1010100 1101 0 1101 1010111 111110 110011 1001100 10110

Color Harmonies of #61540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61540D

Black with #61540D

Text Example


Text Example

White with #61540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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