Html Css Color HEX #614A19 Bronze Olive

📋 copy color: '#614A19'

red 97 ◦ green 74 ◦ blue 25

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

Shades of Bronze Olive #614A19

Tints of Bronze Olive #614A19

RGB

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

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

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

R = 49.49%
G = 37.76%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#614A19 (or 0x614A19) is known color: Bronze Olive. HEX triplet: 61, 4A and 19. RGB value is (97,74,25). Sum of RGB (Red+Green+Blue) = 97+74+25=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #614A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A19 is #9EB5E6. Grayscale: #4B4B4B. Windows color (decimal): -10401255 or 1657441. OLE color: 1657441.

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

Color convert

RGB 97 74 25 -
CMYK 0 0.24 0.74 0.62
HSL 40.83º 0.59% 0.24% -
HSV(B) 40.83º 0.74% 0.38% -
XYZ 7.55 7.51 1.97 -
YUV 75.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 97 74 25 0 0.24 0.74 0.62 40.83 0.59 0.24
Hex 61 4A 19 0 18 4A 3E 29 3B 18
Octal 141 112 31 0 30 112 76 51 73 30
Binary 1100001 1001010 11001 0 11000 1001010 111110 101001 111011 11000

Color Harmonies of #614A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A19

Black with #614A19

Text Example


Text Example

White with #614A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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