Html Css Color HEX #614D24 Bronze Olive

📋 copy color: '#614D24'

red 97 ◦ green 77 ◦ blue 36

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

Shades of Bronze Olive #614D24

Tints of Bronze Olive #614D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.67%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 46.19%
G = 36.67%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#614D24 (or 0x614D24) is known color: Bronze Olive. HEX triplet: 61, 4D and 24. RGB value is (97,77,36). Sum of RGB (Red+Green+Blue) = 97+77+36=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #614D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D24 is #9EB2DB. Grayscale: #4E4E4E. Windows color (decimal): -10400476 or 2379105. OLE color: 2379105.

HSL color Cylindrical-coordinate representation of color #614D24: hue angle of 40.33º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614D24 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 36 -
CMYK 0 0.21 0.63 0.62
HSL 40.33º 0.46% 0.26% -
HSV(B) 40.33º 0.63% 0.38% -
XYZ 7.9 7.98 2.79 -
YUV 78.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 97 77 36 0 0.21 0.63 0.62 40.33 0.46 0.26
Hex 61 4D 24 0 15 3F 3E 28 2E 1A
Octal 141 115 44 0 25 77 76 50 56 32
Binary 1100001 1001101 100100 0 10101 111111 111110 101000 101110 11010

Color Harmonies of #614D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D24

Black with #614D24

Text Example


Text Example

White with #614D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,77,36); }

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

background-color css

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

 a { background-color: rgb(97,77,36); }

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

border-color css

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

 span { border-color: rgb(97,77,36); }

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