Html Css Color HEX #614C12 Bronze Olive

📋 copy color: '#614C12'

red 97 ◦ green 76 ◦ blue 18

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

Shades of Bronze Olive #614C12

Tints of Bronze Olive #614C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.79%

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 50.79%
G = 39.79%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614C12 (or 0x614C12) is known color: Bronze Olive. HEX triplet: 61, 4C and 12. RGB value is (97,76,18). Sum of RGB (Red+Green+Blue) = 97+76+18=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C12 is #9EB3ED. Grayscale: #4B4B4B. Windows color (decimal): -10400750 or 1199201. OLE color: 1199201.

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

Color convert

RGB 97 76 18 -
CMYK 0 0.22 0.81 0.62
HSL 44.05º 0.69% 0.23% -
HSV(B) 44.05º 0.81% 0.38% -
XYZ 7.62 7.75 1.67 -
YUV 75.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 97 76 18 0 0.22 0.81 0.62 44.05 0.69 0.23
Hex 61 4C 12 0 16 51 3E 2C 45 17
Octal 141 114 22 0 26 121 76 54 105 27
Binary 1100001 1001100 10010 0 10110 1010001 111110 101100 1000101 10111

Color Harmonies of #614C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C12

Black with #614C12

Text Example


Text Example

White with #614C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,18); }

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

background-color css

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

 a { background-color: rgb(97,76,18); }

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

border-color css

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

 span { border-color: rgb(97,76,18); }

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