Html Css Color HEX #614E1E Bronze Olive

📋 copy color: '#614E1E'

red 97 ◦ green 78 ◦ blue 30

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

Shades of Bronze Olive #614E1E

Tints of Bronze Olive #614E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.05%

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

R = 47.32%
G = 38.05%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#614E1E (or 0x614E1E) is known color: Bronze Olive. HEX triplet: 61, 4E and 1E. RGB value is (97,78,30). Sum of RGB (Red+Green+Blue) = 97+78+30=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E1E is #9EB1E1. Grayscale: #4E4E4E. Windows color (decimal): -10400226 or 1986145. OLE color: 1986145.

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

Color convert

RGB 97 78 30 -
CMYK 0 0.20 0.69 0.62
HSL 42.99º 0.53% 0.25% -
HSV(B) 42.99º 0.69% 0.38% -
XYZ 7.89 8.08 2.37 -
YUV 78.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 97 78 30 0 0.20 0.69 0.62 42.99 0.53 0.25
Hex 61 4E 1E 0 14 45 3E 2B 35 19
Octal 141 116 36 0 24 105 76 53 65 31
Binary 1100001 1001110 11110 0 10100 1000101 111110 101011 110101 11001

Color Harmonies of #614E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E1E

Black with #614E1E

Text Example


Text Example

White with #614E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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