Html Css Color HEX #614F18 Bronze Olive

📋 copy color: '#614F18'

red 97 ◦ green 79 ◦ blue 24

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

Shades of Bronze Olive #614F18

Tints of Bronze Olive #614F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.5%

 BLUE value IS 24 (9.77% from 255) = 12%

R = 48.5%
G = 39.5%
B = 12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#614F18 (or 0x614F18) is known color: Bronze Olive. HEX triplet: 61, 4F and 18. RGB value is (97,79,24). Sum of RGB (Red+Green+Blue) = 97+79+24=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F18 is #9EB0E7. Grayscale: #4E4E4E. Windows color (decimal): -10399976 or 1593185. OLE color: 1593185.

HSL color Cylindrical-coordinate representation of color #614F18: hue angle of 45.21º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #614F18 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 79 24 -
CMYK 0 0.19 0.75 0.62
HSL 45.21º 0.6% 0.24% -
HSV(B) 45.21º 0.75% 0.38% -
XYZ 7.89 8.2 2.03 -
YUV 78.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 97 79 24 0 0.19 0.75 0.62 45.21 0.6 0.24
Hex 61 4F 18 0 13 4B 3E 2D 3C 18
Octal 141 117 30 0 23 113 76 55 74 30
Binary 1100001 1001111 11000 0 10011 1001011 111110 101101 111100 11000

Color Harmonies of #614F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F18

Black with #614F18

Text Example


Text Example

White with #614F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,79,24); }

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

background-color css

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

 a { background-color: rgb(97,79,24); }

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

border-color css

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

 span { border-color: rgb(97,79,24); }

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