Html Css Color HEX #614A18 Bronze Olive

📋 copy color: '#614A18'

red 97 ◦ green 74 ◦ blue 24

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

Shades of Bronze Olive #614A18

Tints of Bronze Olive #614A18

RGB

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

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

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

R = 49.74%
G = 37.95%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#614A18 (or 0x614A18) is known color: Bronze Olive. HEX triplet: 61, 4A and 18. RGB value is (97,74,24). Sum of RGB (Red+Green+Blue) = 97+74+24=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A18 is #9EB5E7. Grayscale: #4B4B4B. Windows color (decimal): -10401256 or 1591905. OLE color: 1591905.

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

Color convert

RGB 97 74 24 -
CMYK 0 0.24 0.75 0.62
HSL 41.1º 0.6% 0.24% -
HSV(B) 41.1º 0.75% 0.38% -
XYZ 7.54 7.5 1.92 -
YUV 75.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 97 74 24 0 0.24 0.75 0.62 41.1 0.6 0.24
Hex 61 4A 18 0 18 4B 3E 29 3C 18
Octal 141 112 30 0 30 113 76 51 74 30
Binary 1100001 1001010 11000 0 11000 1001011 111110 101001 111100 11000

Color Harmonies of #614A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A18

Black with #614A18

Text Example


Text Example

White with #614A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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