Html Css Color HEX #614A17 Bronze Olive

📋 copy color: '#614A17'

red 97 ◦ green 74 ◦ blue 23

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

Shades of Bronze Olive #614A17

Tints of Bronze Olive #614A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

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

R = 50%
G = 38.14%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#614A17 (or 0x614A17) is known color: Bronze Olive. HEX triplet: 61, 4A and 17. RGB value is (97,74,23). Sum of RGB (Red+Green+Blue) = 97+74+23=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #614A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A17 is #9EB5E8. Grayscale: #4B4B4B. Windows color (decimal): -10401257 or 1526369. OLE color: 1526369.

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

Color convert

RGB 97 74 23 -
CMYK 0 0.24 0.76 0.62
HSL 41.35º 0.62% 0.24% -
HSV(B) 41.35º 0.76% 0.38% -
XYZ 7.53 7.5 1.86 -
YUV 75.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 97 74 23 0 0.24 0.76 0.62 41.35 0.62 0.24
Hex 61 4A 17 0 18 4C 3E 29 3E 18
Octal 141 112 27 0 30 114 76 51 76 30
Binary 1100001 1001010 10111 0 11000 1001100 111110 101001 111110 11000

Color Harmonies of #614A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A17

Black with #614A17

Text Example


Text Example

White with #614A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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