Html Css Color HEX #614C19 Bronze Olive

📋 copy color: '#614C19'

red 97 ◦ green 76 ◦ blue 25

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

Shades of Bronze Olive #614C19

Tints of Bronze Olive #614C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.38%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 48.99%
G = 38.38%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#614C19 (or 0x614C19) is known color: Bronze Olive. HEX triplet: 61, 4C and 19. RGB value is (97,76,25). Sum of RGB (Red+Green+Blue) = 97+76+25=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C19 is #9EB3E6. Grayscale: #4C4C4C. Windows color (decimal): -10400743 or 1657953. OLE color: 1657953.

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

Color convert

RGB 97 76 25 -
CMYK 0 0.22 0.74 0.62
HSL 42.5º 0.59% 0.24% -
HSV(B) 42.5º 0.74% 0.38% -
XYZ 7.69 7.78 2.02 -
YUV 76.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 97 76 25 0 0.22 0.74 0.62 42.5 0.59 0.24
Hex 61 4C 19 0 16 4A 3E 2A 3B 18
Octal 141 114 31 0 26 112 76 52 73 30
Binary 1100001 1001100 11001 0 10110 1001010 111110 101010 111011 11000

Color Harmonies of #614C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C19

Black with #614C19

Text Example


Text Example

White with #614C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,25); }

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

background-color css

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

 a { background-color: rgb(97,76,25); }

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

border-color css

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

 span { border-color: rgb(97,76,25); }

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