Html Css Color HEX #614917 Bronze Olive

📋 copy color: '#614917'

red 97 ◦ green 73 ◦ blue 23

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

Shades of Bronze Olive #614917

Tints of Bronze Olive #614917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.82%

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 50.26%
G = 37.82%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#614917 (or 0x614917) is known color: Bronze Olive. HEX triplet: 61, 49 and 17. RGB value is (97,73,23). Sum of RGB (Red+Green+Blue) = 97+73+23=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614917 is #9EB6E8. Grayscale: #4A4A4A. Windows color (decimal): -10401513 or 1526113. OLE color: 1526113.

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

Color convert

RGB 97 73 23 -
CMYK 0 0.25 0.76 0.62
HSL 40.54º 0.62% 0.24% -
HSV(B) 40.54º 0.76% 0.38% -
XYZ 7.47 7.37 1.84 -
YUV 74.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 97 73 23 0 0.25 0.76 0.62 40.54 0.62 0.24
Hex 61 49 17 0 19 4C 3E 29 3E 18
Octal 141 111 27 0 31 114 76 51 76 30
Binary 1100001 1001001 10111 0 11001 1001100 111110 101001 111110 11000

Color Harmonies of #614917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614917

Black with #614917

Text Example


Text Example

White with #614917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614917; }

 p { color: rgb(97,73,23); }

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

background-color css

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

 a { background-color: rgb(97,73,23); }

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

border-color css

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

 span { border-color: rgb(97,73,23); }

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