Html Css Color HEX #61500D Bronze Olive

📋 copy color: '#61500D'

red 97 ◦ green 80 ◦ blue 13

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

Shades of Bronze Olive #61500D

Tints of Bronze Olive #61500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 51.05%
G = 42.11%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61500D (or 0x61500D) is known color: Bronze Olive. HEX triplet: 61, 50 and 0D. RGB value is (97,80,13). Sum of RGB (Red+Green+Blue) = 97+80+13=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61500D is #9EAFF2. Grayscale: #4D4D4D. Windows color (decimal): -10399731 or 872545. OLE color: 872545.

HSL color Cylindrical-coordinate representation of color #61500D: hue angle of 47.86º 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 #61500D is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 13 -
CMYK 0 0.18 0.87 0.62
HSL 47.86º 0.76% 0.22% -
HSV(B) 47.86º 0.87% 0.38% -
XYZ 7.87 8.31 1.57 -
YUV 77.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 97 80 13 0 0.18 0.87 0.62 47.86 0.76 0.22
Hex 61 50 D 0 12 57 3E 30 4C 16
Octal 141 120 15 0 22 127 76 60 114 26
Binary 1100001 1010000 1101 0 10010 1010111 111110 110000 1001100 10110

Color Harmonies of #61500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61500D

Black with #61500D

Text Example


Text Example

White with #61500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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