Html Css Color HEX #615418 Bronze Olive

📋 copy color: '#615418'

red 97 ◦ green 84 ◦ blue 24

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

Shades of Bronze Olive #615418

Tints of Bronze Olive #615418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 47.32%
G = 40.98%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#615418 (or 0x615418) is known color: Bronze Olive. HEX triplet: 61, 54 and 18. RGB value is (97,84,24). Sum of RGB (Red+Green+Blue) = 97+84+24=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615418 is #9EABE7. Grayscale: #515151. Windows color (decimal): -10398696 or 1594465. OLE color: 1594465.

HSL color Cylindrical-coordinate representation of color #615418: hue angle of 49.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #615418 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 84 24 -
CMYK 0 0.13 0.75 0.62
HSL 49.32º 0.6% 0.24% -
HSV(B) 49.32º 0.75% 0.38% -
XYZ 8.26 8.95 2.16 -
YUV 81.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 97 84 24 0 0.13 0.75 0.62 49.32 0.6 0.24
Hex 61 54 18 0 D 4B 3E 31 3C 18
Octal 141 124 30 0 15 113 76 61 74 30
Binary 1100001 1010100 11000 0 1101 1001011 111110 110001 111100 11000

Color Harmonies of #615418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615418

Black with #615418

Text Example


Text Example

White with #615418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615418; }

 p { color: rgb(97,84,24); }

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

background-color css

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

 a { background-color: rgb(97,84,24); }

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

border-color css

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

 span { border-color: rgb(97,84,24); }

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