Html Css Color HEX #614D0F Bronze Olive

📋 copy color: '#614D0F'

red 97 ◦ green 77 ◦ blue 15

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

Shades of Bronze Olive #614D0F

Tints of Bronze Olive #614D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.74%

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

R = 51.32%
G = 40.74%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#614D0F (or 0x614D0F) is known color: Bronze Olive. HEX triplet: 61, 4D and 0F. RGB value is (97,77,15). Sum of RGB (Red+Green+Blue) = 97+77+15=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #614D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D0F is #9EB2F0. Grayscale: #4C4C4C. Windows color (decimal): -10400497 or 1002849. OLE color: 1002849.

HSL color Cylindrical-coordinate representation of color #614D0F: hue angle of 45.37º 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 #614D0F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 15 -
CMYK 0 0.21 0.85 0.62
HSL 45.37º 0.73% 0.22% -
HSV(B) 45.37º 0.85% 0.38% -
XYZ 7.67 7.88 1.57 -
YUV 75.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 97 77 15 0 0.21 0.85 0.62 45.37 0.73 0.22
Hex 61 4D F 0 15 55 3E 2D 49 16
Octal 141 115 17 0 25 125 76 55 111 26
Binary 1100001 1001101 1111 0 10101 1010101 111110 101101 1001001 10110

Color Harmonies of #614D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D0F

Black with #614D0F

Text Example


Text Example

White with #614D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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