Html Css Color HEX #614A1D Bronze Olive

📋 copy color: '#614A1D'

red 97 ◦ green 74 ◦ blue 29

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

Shades of Bronze Olive #614A1D

Tints of Bronze Olive #614A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 48.5%
G = 37%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#614A1D (or 0x614A1D) is known color: Bronze Olive. HEX triplet: 61, 4A and 1D. RGB value is (97,74,29). Sum of RGB (Red+Green+Blue) = 97+74+29=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A1D is #9EB5E2. Grayscale: #4B4B4B. Windows color (decimal): -10401251 or 1919585. OLE color: 1919585.

HSL color Cylindrical-coordinate representation of color #614A1D: hue angle of 39.71º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #614A1D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 29 -
CMYK 0 0.24 0.70 0.62
HSL 39.71º 0.54% 0.25% -
HSV(B) 39.71º 0.7% 0.38% -
XYZ 7.6 7.53 2.21 -
YUV 75.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 97 74 29 0 0.24 0.70 0.62 39.71 0.54 0.25
Hex 61 4A 1D 0 18 46 3E 28 36 19
Octal 141 112 35 0 30 106 76 50 66 31
Binary 1100001 1001010 11101 0 11000 1000110 111110 101000 110110 11001

Color Harmonies of #614A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A1D

Black with #614A1D

Text Example


Text Example

White with #614A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,29); }

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

background-color css

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

 a { background-color: rgb(97,74,29); }

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

border-color css

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

 span { border-color: rgb(97,74,29); }

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