Html Css Color HEX #61530E Bronze Olive

📋 copy color: '#61530E'

red 97 ◦ green 83 ◦ blue 14

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

Shades of Bronze Olive #61530E

Tints of Bronze Olive #61530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.78%

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 50%
G = 42.78%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61530E (or 0x61530E) is known color: Bronze Olive. HEX triplet: 61, 53 and 0E. RGB value is (97,83,14). Sum of RGB (Red+Green+Blue) = 97+83+14=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61530E is #9EACF1. Grayscale: #4F4F4F. Windows color (decimal): -10398962 or 938849. OLE color: 938849.

HSL color Cylindrical-coordinate representation of color #61530E: hue angle of 49.88º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61530E is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 83 14 -
CMYK 0 0.14 0.86 0.62
HSL 49.88º 0.75% 0.22% -
HSV(B) 49.88º 0.86% 0.38% -
XYZ 8.1 8.76 1.68 -
YUV 79.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 97 83 14 0 0.14 0.86 0.62 49.88 0.75 0.22
Hex 61 53 E 0 E 56 3E 32 4B 16
Octal 141 123 16 0 16 126 76 62 113 26
Binary 1100001 1010011 1110 0 1110 1010110 111110 110010 1001011 10110

Color Harmonies of #61530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61530E

Black with #61530E

Text Example


Text Example

White with #61530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61530E; }

 p { color: rgb(97,83,14); }

 H1.HeaderClassName
 {
   color: #61530E;
 }
 .AnyTagClassName
 {
   color: #61530E;
 }
</style>

background-color css

<style>
 a { background-color: #61530E; }

 a { background-color: rgb(97,83,14); }

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

border-color css

<style>
 span { border-color: #61530E; }

 span { border-color: rgb(97,83,14); }

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