Html Css Color HEX #614D1F Bronze Olive

📋 copy color: '#614D1F'

red 97 ◦ green 77 ◦ blue 31

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

Shades of Bronze Olive #614D1F

Tints of Bronze Olive #614D1F

RGB

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

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

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

R = 47.32%
G = 37.56%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#614D1F (or 0x614D1F) is known color: Bronze Olive. HEX triplet: 61, 4D and 1F. RGB value is (97,77,31). Sum of RGB (Red+Green+Blue) = 97+77+31=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D1F is #9EB2E0. Grayscale: #4D4D4D. Windows color (decimal): -10400481 or 2051425. OLE color: 2051425.

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

Color convert

RGB 97 77 31 -
CMYK 0 0.21 0.68 0.62
HSL 41.82º 0.52% 0.25% -
HSV(B) 41.82º 0.68% 0.38% -
XYZ 7.83 7.95 2.42 -
YUV 77.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 97 77 31 0 0.21 0.68 0.62 41.82 0.52 0.25
Hex 61 4D 1F 0 15 44 3E 2A 34 19
Octal 141 115 37 0 25 104 76 52 64 31
Binary 1100001 1001101 11111 0 10101 1000100 111110 101010 110100 11001

Color Harmonies of #614D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D1F

Black with #614D1F

Text Example


Text Example

White with #614D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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