Html Css Color HEX #615314 Bronze Olive

📋 copy color: '#615314'

red 97 ◦ green 83 ◦ blue 20

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

Shades of Bronze Olive #615314

Tints of Bronze Olive #615314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 48.5%
G = 41.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#615314 (or 0x615314) is known color: Bronze Olive. HEX triplet: 61, 53 and 14. RGB value is (97,83,20). Sum of RGB (Red+Green+Blue) = 97+83+20=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #615314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615314 is #9EACEB. Grayscale: #505050. Windows color (decimal): -10398956 or 1332065. OLE color: 1332065.

HSL color Cylindrical-coordinate representation of color #615314: hue angle of 49.09º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #615314 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 83 20 -
CMYK 0 0.14 0.79 0.62
HSL 49.09º 0.66% 0.23% -
HSV(B) 49.09º 0.79% 0.38% -
XYZ 8.15 8.78 1.93 -
YUV 80 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 97 83 20 0 0.14 0.79 0.62 49.09 0.66 0.23
Hex 61 53 14 0 E 4F 3E 31 42 17
Octal 141 123 24 0 16 117 76 61 102 27
Binary 1100001 1010011 10100 0 1110 1001111 111110 110001 1000010 10111

Color Harmonies of #615314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615314

Black with #615314

Text Example


Text Example

White with #615314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615314; }

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

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

background-color css

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

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

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

border-color css

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

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

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