Html Css Color HEX #614E1F Bronze Olive

📋 copy color: '#614E1F'

red 97 ◦ green 78 ◦ blue 31

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

Shades of Bronze Olive #614E1F

Tints of Bronze Olive #614E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 47.09%
G = 37.86%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#614E1F (or 0x614E1F) is known color: Bronze Olive. HEX triplet: 61, 4E and 1F. RGB value is (97,78,31). Sum of RGB (Red+Green+Blue) = 97+78+31=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E1F is #9EB1E0. Grayscale: #4E4E4E. Windows color (decimal): -10400225 or 2051681. OLE color: 2051681.

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

Color convert

RGB 97 78 31 -
CMYK 0 0.20 0.68 0.62
HSL 42.73º 0.52% 0.25% -
HSV(B) 42.73º 0.68% 0.38% -
XYZ 7.9 8.09 2.44 -
YUV 78.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 97 78 31 0 0.20 0.68 0.62 42.73 0.52 0.25
Hex 61 4E 1F 0 14 44 3E 2B 34 19
Octal 141 116 37 0 24 104 76 53 64 31
Binary 1100001 1001110 11111 0 10100 1000100 111110 101011 110100 11001

Color Harmonies of #614E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E1F

Black with #614E1F

Text Example


Text Example

White with #614E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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