Html Css Color HEX #614D1E Bronze Olive

📋 copy color: '#614D1E'

red 97 ◦ green 77 ◦ blue 30

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

Shades of Bronze Olive #614D1E

Tints of Bronze Olive #614D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 47.55%
G = 37.75%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#614D1E (or 0x614D1E) is known color: Bronze Olive. HEX triplet: 61, 4D and 1E. RGB value is (97,77,30). Sum of RGB (Red+Green+Blue) = 97+77+30=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #614D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D1E is #9EB2E1. Grayscale: #4D4D4D. Windows color (decimal): -10400482 or 1985889. OLE color: 1985889.

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

Color convert

RGB 97 77 30 -
CMYK 0 0.21 0.69 0.62
HSL 42.09º 0.53% 0.25% -
HSV(B) 42.09º 0.69% 0.38% -
XYZ 7.82 7.94 2.35 -
YUV 77.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 97 77 30 0 0.21 0.69 0.62 42.09 0.53 0.25
Hex 61 4D 1E 0 15 45 3E 2A 35 19
Octal 141 115 36 0 25 105 76 52 65 31
Binary 1100001 1001101 11110 0 10101 1000101 111110 101010 110101 11001

Color Harmonies of #614D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D1E

Black with #614D1E

Text Example


Text Example

White with #614D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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